TransactionHash
Extends: RefCounted
Description
The transaction hash is used to uniquely identify a transaction, which can be useful for many operations.
The transaction hash is used to uniquely identify a transaction, which can be useful for many operations.
Constants Descriptions
Status
Method Descriptions
_init
to_hex
Obtain a hex-encoding of the hash.
from_hex (static)
Tries to parse a TransactionHash.
Sub-classes
FromHexResult
Property Descriptions
value
- Getter:
@value_getter
WARNING: This function may fail! First match on Result.tag or call Result.is_ok.
error
- Getter:
@error_getter
WARNING: This function may fail! First match on Result.tag or call Result._is_err.