Class TransactionsResponse
Inheritance
TransactionsResponse
Assembly: Algorand.dll
Syntax
public class TransactionsResponse
Properties
|
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
|
Edit this page
View Source
Transactions
Declaration
[JsonProperty("transactions", Required = Required.Always)]
[Required]
public ICollection<Transaction> Transactions { get; set; }
Property Value