Search Results for

    Show / Hide Table of Contents

    Struct PostTransactionsResponse

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

    Properties

    TxId

    encoding of the transaction hash.

    Declaration
    [AlgoApiField("txId")]
    public string TxId { get; set; }
    Property Value
    Type Description
    String

    Methods

    Equals(PostTransactionsResponse)

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