Casper.Network.SDK
Show / Hide Table of Contents

Class AvailableBlockRange

An unbroken, inclusive range of blocks.

Inheritance
object
AvailableBlockRange
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class AvailableBlockRange

Properties

| Edit this page View Source

High

The inclusive upper bound of the range.

Declaration
[JsonPropertyName("high")]
public ulong High { get; init; }
Property Value
Type Description
ulong
| Edit this page View Source

Low

The inclusive lower bound of the range.

Declaration
[JsonPropertyName("low")]
public ulong Low { get; init; }
Property Value
Type Description
ulong
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC