interface ResponseDeliverTxAminoMsg {
    type: "/tendermint.abci.ResponseDeliverTx";
    value: ResponseDeliverTxAmino;
}

Properties

Properties

type: "/tendermint.abci.ResponseDeliverTx"