interface ResponseDeliverTxProtoMsg {
    typeUrl: "/tendermint.abci.ResponseDeliverTx";
    value: Uint8Array;
}

Properties

Properties

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