Table of Contents

Struct ChainIdValue

Namespace
Veritas.Crypto
Assembly
Veritas.dll

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

value uint

Parsed chain identifier.

Properties

Value

Gets the numeric chain identifier.

public uint Value { get; }

Property Value

uint