Class AvailableBlockRange
An unbroken, inclusive range of blocks.
Inheritance
System.Object
AvailableBlockRange
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class AvailableBlockRange : object
Properties
High
The inclusive upper bound of the range.
Declaration
public ulong High { get; set; }
Property Value
Type | Description |
---|---|
System.UInt64 |
Low
The inclusive lower bound of the range.
Declaration
public ulong Low { get; set; }
Property Value
Type | Description |
---|---|
System.UInt64 |