interface ResponseEndBlockAminoMsg {
    type: "/tendermint.abci.ResponseEndBlock";
    value: ResponseEndBlockAmino;
}

Properties

Properties

type: "/tendermint.abci.ResponseEndBlock"