Struct EthereumTransactionHashValue
Represents a validated Ethereum transaction hash.
public readonly struct EthereumTransactionHashValue
- Inherited Members
Constructors
EthereumTransactionHashValue(string)
Initializes a new instance of the EthereumTransactionHashValue struct.
public EthereumTransactionHashValue(string value)
Parameters
valuestringNormalized transaction hash.
Properties
Value
Gets the normalized transaction hash.
public string Value { get; }