Class SyncState
- Namespace
- chia.dotnet
- Assembly
- chia-dotnet.dll
public record SyncState : IEquatable<SyncState>
- Inheritance
-
SyncState
- Implements
-
- Inherited Members
-
- Extension Methods
-
Properties
SyncMode
public bool SyncMode { get; init; }
Property Value
- bool
SyncProgressHeight
public uint SyncProgressHeight { get; init; }
Property Value
- uint
SyncProgressPercent
[JsonIgnore]
public double SyncProgressPercent { get; }
Property Value
- double
SyncTipHeight
public uint SyncTipHeight { get; init; }
Property Value
- uint
Synced
public bool Synced { get; init; }
Property Value
- bool