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

    Class GetBlockWithTxsResponse

    GetBlockWithTxsResponse is the response type for the Service.GetBlockWithTxs method.

    Since: cosmos-sdk 0.45.2

    from message cosmos.tx.v1beta1.GetBlockWithTxsResponse

    Hierarchy

    Index

    Constructors

    Properties

    from field: tendermint.types.Block block = 3;

    blockId?: BlockID

    from field: tendermint.types.BlockID block_id = 2;

    pagination?: PageResponse

    pagination defines a pagination for the response.

    from field: cosmos.base.query.v1beta1.PageResponse pagination = 4;

    txs: Tx[] = []

    txs are the transactions in the block.

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

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

    Methods