Struct ChainIdValue
Represents a blockchain chain identifier.
public readonly struct ChainIdValue
- Inherited Members
Constructors
ChainIdValue(uint)
Initializes a new instance of the ChainIdValue struct.
public ChainIdValue(uint value)
Parameters
valueuintParsed chain identifier.
Properties
Value
Gets the numeric chain identifier.
public uint Value { get; }