interface RequestBeginBlockProtoMsg {
    typeUrl: "/tendermint.abci.RequestBeginBlock";
    value: Uint8Array;
}

Properties

Properties

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