interface RequestFlushProtoMsg {
    typeUrl: "/tendermint.abci.RequestFlush";
    value: Uint8Array;
}

Properties

Properties

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