Interface QueryOrderSimulationRequestAmino

interface QueryOrderSimulationRequestAmino {
    contractAddr: string;
    order: undefined | OrderAmino;
}

Properties

Properties

contractAddr: string
order: undefined | OrderAmino