Class AccountBalanceRecord
Inheritance
object
AccountBalanceRecord
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Algorand.Algod.Model
Assembly: Algorand.dll
Syntax
public class AccountBalanceRecord
Properties
| Improve this Doc View SourceAccountData
Declaration
[JsonProperty("account-data", Required = Required.Always)]
[Required]
public Account AccountData { get; set; }
Property Value
Type | Description |
---|---|
Account |
Address
Declaration
[JsonProperty("address", Required = Required.Always)]
[Required]
public string Address { get; set; }
Property Value
Type | Description |
---|---|
string |