UNPKG

@etherspot/data-utils

Version:
24 lines (22 loc) 529 B
import { __decorateClass } from "./chunk-PVVZGNOS.mjs"; // src/sdk/dto/get-supported-assets.dto.ts import { IsInt, IsOptional, IsPositive } from "class-validator"; var GetSupportedAssetsDto = class { constructor() { this.chainId = null; } }; __decorateClass([ IsOptional(), IsPositive(), IsInt() ], GetSupportedAssetsDto.prototype, "chainId", 2); __decorateClass([ IsOptional() ], GetSupportedAssetsDto.prototype, "provider", 2); export { GetSupportedAssetsDto }; //# sourceMappingURL=chunk-6CIRRYH7.mjs.map