Struct AccountBalanceRecord
Namespace: Algorand.Unity.Algod
Assembly: cs.temp.dll.dll
Syntax
public struct AccountBalanceRecord : IEquatable<AccountBalanceRecord>
Properties
AccountData
Updated account data.
Declaration
public Account AccountData { get; set; }
Property Value
| Type | Description |
|---|---|
| Account |
Address
Address of the updated account.
Declaration
public string Address { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Methods
Equals(AccountBalanceRecord)
Declaration
public bool Equals(AccountBalanceRecord other)
Parameters
| Type | Name | Description |
|---|---|---|
| AccountBalanceRecord | other |
Returns
| Type | Description |
|---|---|
| Boolean |