Struct AccountResponse
Namespace: Algorand.Unity.Indexer
Assembly: cs.temp.dll.dll
Syntax
public struct AccountResponse : IEquatable<AccountResponse>
Properties
Account
Declaration
public Account Account { get; set; }
Property Value
Type | Description |
---|---|
Account |
CurrentRound
Round at which the results were computed.
Declaration
public ulong CurrentRound { get; set; }
Property Value
Type | Description |
---|---|
UInt64 |
Methods
Equals(AccountResponse)
Declaration
public bool Equals(AccountResponse other)
Parameters
Type | Name | Description |
---|---|---|
AccountResponse | other |
Returns
Type | Description |
---|---|
Boolean |