Class AccountResponse
Inheritance
object
AccountResponse
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Algorand.Indexer.Model
Assembly: Algorand.dll
Syntax
public class AccountResponse
Properties
| Improve this Doc View SourceAccount
Declaration
[JsonProperty("account", Required = Required.Always)]
[Required]
public Account Account { get; set; }
Property Value
Type | Description |
---|---|
Account |
CurrentRound
Declaration
[JsonProperty("current-round", Required = Required.Always)]
[Required]
public ulong CurrentRound { get; set; }
Property Value
Type | Description |
---|---|
ulong |