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

    BlockMetadata contains all the abci event data of a block the file streamer dump them into files together with the state changes.

    from message cosmos.base.store.v1beta1.BlockMetadata

    Hierarchy

    Index

    Constructors

    Properties

    deliverTxs: BlockMetadata_DeliverTx[] = []

    from field: repeated cosmos.base.store.v1beta1.BlockMetadata.DeliverTx deliver_txs = 3;

    requestBeginBlock?: RequestBeginBlock

    from field: tendermint.abci.RequestBeginBlock request_begin_block = 1;

    requestEndBlock?: RequestEndBlock

    from field: tendermint.abci.RequestEndBlock request_end_block = 4;

    responseBeginBlock?: ResponseBeginBlock

    from field: tendermint.abci.ResponseBeginBlock response_begin_block = 2;

    responseCommit?: ResponseCommit

    from field: tendermint.abci.ResponseCommit response_commit = 6;

    responseEndBlock?: ResponseEndBlock

    from field: tendermint.abci.ResponseEndBlock response_end_block = 5;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "cosmos.base.store.v1beta1.BlockMetadata"

    Methods