interface QueryGetOrdersRequest {
    account: string;
    contractAddr: string;
}

Properties

account: string
contractAddr: string