Table of Contents

Class UInt64Range

Namespace
chia.dotnet
Assembly
chia-dotnet.dll
public record UInt64Range : IEquatable<UInt64Range>
Inheritance
UInt64Range
Implements
Inherited Members
Extension Methods

Properties

Start

public ulong Start { get; init; }

Property Value

ulong

Stop

public ulong Stop { get; init; }

Property Value

ulong