UNPKG

@etherspot/data-utils

Version:
25 lines (23 loc) 605 B
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