Table of Contents

Class RootHistory

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

Properties

Confirmed

public bool Confirmed { get; init; }

Property Value

bool

DateTimestamp

[JsonIgnore]
public DateTime DateTimestamp { get; }

Property Value

DateTime

RootHash

public string RootHash { get; init; }

Property Value

string

Timestamp

public ulong Timestamp { get; init; }

Property Value

ulong