Table of Contents

Class SingletonRecord

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

Properties

CoinId

public string CoinId { get; init; }

Property Value

string

Confirmed

public bool Confirmed { get; init; }

Property Value

bool

ConfirmedAtHeight

public uint ConfirmedAtHeight { get; init; }

Property Value

uint

DateTimestamp

[JsonIgnore]
public DateTime DateTimestamp { get; }

Property Value

DateTime

Generation

public uint Generation { get; init; }

Property Value

uint

InnerPuzzleHash

public string InnerPuzzleHash { get; init; }

Property Value

string

LauncherId

public string LauncherId { get; init; }

Property Value

string

LineageProof

public LineageProof LineageProof { get; init; }

Property Value

LineageProof

Root

public string Root { get; init; }

Property Value

string

Timestamp

public ulong Timestamp { get; init; }

Property Value

ulong