Class AccountResponse
Inherited Members
Namespace: Algorand.Indexer.Model
Assembly: Algorand.dll
Syntax
public class AccountResponse
Properties
| Edit this page 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 |