Struct SupplyResponse
Namespace: Algorand.Unity.Algod
Assembly: cs.temp.dll.dll
Syntax
public struct SupplyResponse : IEquatable<SupplyResponse>
Properties
Current_round
Round
Declaration
public ulong Current_round { get; set; }
Property Value
Type | Description |
---|---|
UInt64 |
OnlineMoney
OnlineMoney
Declaration
public ulong OnlineMoney { get; set; }
Property Value
Type | Description |
---|---|
UInt64 |
TotalMoney
TotalMoney
Declaration
public ulong TotalMoney { get; set; }
Property Value
Type | Description |
---|---|
UInt64 |
Methods
Equals(SupplyResponse)
Declaration
public bool Equals(SupplyResponse other)
Parameters
Type | Name | Description |
---|---|---|
SupplyResponse | other |
Returns
Type | Description |
---|---|
Boolean |