interface RequestDeliverTxAminoMsg {
    type: "/tendermint.abci.RequestDeliverTx";
    value: RequestDeliverTxAmino;
}

Properties

Properties

type: "/tendermint.abci.RequestDeliverTx"