Table of Contents

Struct EthereumTransactionHashValue

Namespace
Veritas.Crypto
Assembly
Veritas.dll

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

value string

Normalized transaction hash.

Properties

Value

Gets the normalized transaction hash.

public string Value { get; }

Property Value

string