Struct AccountBalanceRecord
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct AccountBalanceRecord : IEquatable<AccountBalanceRecord>
Properties
AccountData
Declaration
[AlgoApiField("account-data")]
public Account AccountData { get; set; }
Property Value
Address
Address of the updated account.
Declaration
[AlgoApiField("address")]
public string Address { get; set; }
Property Value
Methods
Equals(AccountBalanceRecord)
Declaration
public bool Equals(AccountBalanceRecord other)
Parameters
Returns