interface RequestDeliverTxProtoMsg {
    typeUrl: "/tendermint.abci.RequestDeliverTx";
    value: Uint8Array;
}

Properties

Properties

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