Struct PendingTransactionsResponse
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct PendingTransactionsResponse : IEquatable<PendingTransactionsResponse>
Properties
TopTransactions
An array of signed transaction objects.
Declaration
[AlgoApiField("top-transactions")]
public SignedTxn[] TopTransactions { get; set; }
Property Value
TotalTransactions
Total number of transactions in the pool.
Declaration
[AlgoApiField("total-transactions")]
public ulong TotalTransactions { get; set; }
Property Value
Methods
Equals(PendingTransactionsResponse)
Declaration
public bool Equals(PendingTransactionsResponse other)
Parameters
Returns