interface ResponseBeginBlockAminoMsg {
    type: "/tendermint.abci.ResponseBeginBlock";
    value: ResponseBeginBlockAmino;
}

Properties

Properties

type: "/tendermint.abci.ResponseBeginBlock"