Struct GetSyncRoundResponse
Namespace: Algorand.Unity.Algod
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct GetSyncRoundResponse : IEquatable<GetSyncRoundResponse>
Properties
Round
The minimum sync round for the ledger.
Declaration
[AlgoApiField("round")]
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 |