interface RequestProtoMsg {
    typeUrl: "/tendermint.abci.Request";
    value: Uint8Array;
}

Properties

Properties

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