interface QueryOrderSimulationRequest {
    contractAddr: string;
    order?: Order;
}

Properties

Properties

contractAddr: string
order?: Order