Search Results for

    Show / Hide Table of Contents

    Struct TransactionResponse

    Namespace: Algorand.Unity.Indexer
    Assembly: cs.temp.dll.dll
    Syntax
    [AlgoApiObject("", "", 0)]
    [Serializable]
    public struct TransactionResponse : IEquatable<TransactionResponse>

    Properties

    CurrentRound

    Round at which the results were computed.

    Declaration
    [AlgoApiField("current-round")]
    public ulong CurrentRound { get; set; }
    Property Value
    Type Description
    UInt64

    Transaction

    Declaration
    [AlgoApiField("transaction")]
    public Transaction Transaction { get; set; }
    Property Value
    Type Description
    Transaction

    Methods

    Equals(TransactionResponse)

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