Struct GetSyncRoundResponse
Namespace: Algorand.Unity.Algod
Assembly: cs.temp.dll.dll
Syntax
public struct GetSyncRoundResponse : IEquatable<GetSyncRoundResponse>
Properties
Round
The minimum sync round for the ledger.
Declaration
public ulong Round { get; set; }
Property Value
Type | Description |
---|---|
UInt64 |
Methods
Equals(GetSyncRoundResponse)
Declaration
public bool Equals(GetSyncRoundResponse other)
Parameters
Type | Name | Description |
---|---|---|
GetSyncRoundResponse | other |
Returns
Type | Description |
---|---|
Boolean |