Search Results for

    Show / Hide Table of Contents

    Struct PendingTransactionsResponse

    Namespace: Algorand.Unity.Algod
    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
    Type Description
    SignedTxn[]

    TotalTransactions

    Total number of transactions in the pool.

    Declaration
    [AlgoApiField("total-transactions")]
    public ulong TotalTransactions { get; set; }
    Property Value
    Type Description
    UInt64

    Methods

    Equals(PendingTransactionsResponse)

    Declaration
    public bool Equals(PendingTransactionsResponse other)
    Parameters
    Type Name Description
    PendingTransactionsResponse other
    Returns
    Type Description
    Boolean
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾