Class RootHash
- Namespace
- chia.dotnet
- Assembly
- chia-dotnet.dll
public record RootHash : IEquatable<RootHash>
- Inheritance
-
RootHash
- Implements
-
- Inherited Members
-
- Extension Methods
-
Properties
Confirmed
public bool Confirmed { get; init; }
Property Value
- bool
DateTimestamp
[JsonIgnore]
public DateTime DateTimestamp { get; }
Property Value
- DateTime
Hash
public string Hash { get; init; }
Property Value
- string
Id
public string? Id { get; init; }
Property Value
- string
Timestamp
public ulong Timestamp { get; init; }
Property Value
- ulong