Class RootHistory
public record RootHistory : IEquatable<RootHistory>
- Inheritance
-
RootHistory
- Implements
- Inherited Members
- Extension Methods
Properties
Confirmed
public bool Confirmed { get; init; }
Property Value
DateTimestamp
[JsonIgnore]
public DateTime DateTimestamp { get; }
Property Value
RootHash
public string RootHash { get; init; }
Property Value
Timestamp
public ulong Timestamp { get; init; }