Table of Contents

Class UInt32Range

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

Properties

Start

public uint Start { get; init; }

Property Value

uint

Stop

public uint Stop { get; init; }

Property Value

uint