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

    Class GetTxsEventResponse

    GetTxsEventResponse is the response type for the Service.TxsByEvents RPC method.

    from message cosmos.tx.v1beta1.GetTxsEventResponse

    Hierarchy

    Index

    Constructors

    Properties

    pagination?: PageResponse

    pagination defines a pagination for the response. Deprecated post v0.46.x: use total instead.

    from field: cosmos.base.query.v1beta1.PageResponse pagination = 3 [deprecated = true];

    total: bigint = protoInt64.zero

    total is total number of results available

    from field: uint64 total = 4;

    txResponses: TxResponse[] = []

    tx_responses is the list of queried TxResponses.

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

    txs: Tx[] = []

    txs is the list of queried transactions.

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

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

    Methods