Class AccountsResponse
Inheritance
AccountsResponse
Assembly: Algorand.dll
Syntax
public class AccountsResponse
Properties
|
Edit this page
View Source
Accounts
Declaration
[JsonProperty("accounts", Required = Required.Always)]
[Required]
public ICollection<Account> Accounts { get; set; }
Property Value
|
Edit this page
View Source
CurrentRound
Declaration
[JsonProperty("current-round", Required = Required.Always)]
[Required]
public ulong CurrentRound { get; set; }
Property Value
|
Edit this page
View Source
NextToken
Declaration
[JsonProperty("next-token", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string NextToken { get; set; }
Property Value