Class PendingTransactions
PendingTransactions is an array of signed transactions exactly as they were submitted.
Inheritance
PendingTransactions
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class PendingTransactions
Properties
|
Edit this page
View Source
TopTransactions
Declaration
[JsonProperty("top-transactions", Required = Required.Always)]
[Key("top-transactions")]
[Required]
public ICollection<SignedTransaction> TopTransactions { get; set; }
Property Value
|
Edit this page
View Source
TotalTransactions
Declaration
[JsonProperty("total-transactions", Required = Required.Always)]
[Key("total-transactions")]
[Required]
public ulong TotalTransactions { get; set; }
Property Value