interface RequestEndBlockAminoMsg {
    type: "/tendermint.abci.RequestEndBlock";
    value: RequestEndBlockAmino;
}

Properties

Properties

type: "/tendermint.abci.RequestEndBlock"