interface RequestCheckTxAminoMsg {
    type: "/tendermint.abci.RequestCheckTx";
    value: RequestCheckTxAmino;
}

Properties

Properties

type: "/tendermint.abci.RequestCheckTx"