bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class GetTxResponse

    GetTxResponse is the response type for the Service.GetTx method.

    from message cosmos.tx.v1beta1.GetTxResponse

    Hierarchy

    Index

    Constructors

    Properties

    tx?: Tx

    tx is the queried transaction.

    from field: cosmos.tx.v1beta1.Tx tx = 1;

    txResponse?: TxResponse

    tx_response is the queried TxResponses.

    from field: cosmos.base.abci.v1beta1.TxResponse tx_response = 2;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "cosmos.tx.v1beta1.GetTxResponse"

    Methods