interface ResponseBeginBlockProtoMsg {
    typeUrl: "/tendermint.abci.ResponseBeginBlock";
    value: Uint8Array;
}

Properties

Properties

typeUrl: "/tendermint.abci.ResponseBeginBlock"
value: Uint8Array