interface ResponseCheckTxAminoMsg {
    type: "/tendermint.abci.ResponseCheckTx";
    value: ResponseCheckTxAmino;
}

Properties

Properties

type: "/tendermint.abci.ResponseCheckTx"