UNPKG

@etherspot/data-utils

Version:
26 lines (24 loc) 557 B
import { IsAddress } from "./chunk-O2WLCXZ5.mjs"; import { __decorateClass } from "./chunk-PVVZGNOS.mjs"; // src/sdk/dto/fetch-exchange-rates.dto.ts import { ArrayNotEmpty, IsInt, IsPositive } from "class-validator"; var FetchExchangeRatesDto = class { }; __decorateClass([ IsAddress({ each: true }), ArrayNotEmpty() ], FetchExchangeRatesDto.prototype, "tokens", 2); __decorateClass([ IsInt(), IsPositive() ], FetchExchangeRatesDto.prototype, "chainId", 2); export { FetchExchangeRatesDto }; //# sourceMappingURL=chunk-UPVDO3SM.mjs.map