Class AvailableBlockRange
An unbroken, inclusive range of blocks.
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class AvailableBlockRange
Properties
| Edit this page View SourceHigh
The inclusive upper bound of the range.
Declaration
[JsonPropertyName("high")]
public ulong High { get; init; }
Property Value
| Type | Description |
|---|---|
| ulong |
Low
The inclusive lower bound of the range.
Declaration
[JsonPropertyName("low")]
public ulong Low { get; init; }
Property Value
| Type | Description |
|---|---|
| ulong |