@etherspot/data-utils
Version:
Etherspot Data Utils
25 lines (23 loc) • 605 B
JavaScript
import {
PaginationDto
} from "./chunk-DK2UKYZI.mjs";
import {
IsAddress
} from "./chunk-O2WLCXZ5.mjs";
import {
__decorateClass
} from "./chunk-PVVZGNOS.mjs";
// src/sdk/dto/get-exchange-supported-assets.dto.ts
import { IsPositive } from "class-validator";
var GetExchangeSupportedAssetsDto = class extends PaginationDto {
};
__decorateClass([
IsPositive()
], GetExchangeSupportedAssetsDto.prototype, "chainId", 2);
__decorateClass([
IsAddress()
], GetExchangeSupportedAssetsDto.prototype, "account", 2);
export {
GetExchangeSupportedAssetsDto
};
//# sourceMappingURL=chunk-Z3R6YZ4Z.mjs.map