UNPKG

@etherspot/data-utils

Version:
36 lines (34 loc) 760 B
import { IsBigNumberish } from "./chunk-4IOSEKKR.mjs"; import { IsAddress } from "./chunk-O2WLCXZ5.mjs"; import { __decorateClass } from "./chunk-PVVZGNOS.mjs"; // src/sdk/dto/get-quotes.dto.ts import { IsOptional } from "class-validator"; var GetQuotesDto = class { }; __decorateClass([ IsAddress() ], GetQuotesDto.prototype, "fromAddress", 2); __decorateClass([ IsAddress() ], GetQuotesDto.prototype, "toAddress", 2); __decorateClass([ IsAddress() ], GetQuotesDto.prototype, "fromToken", 2); __decorateClass([ IsBigNumberish({ positive: true }) ], GetQuotesDto.prototype, "fromAmount", 2); __decorateClass([ IsOptional() ], GetQuotesDto.prototype, "provider", 2); export { GetQuotesDto }; //# sourceMappingURL=chunk-I5VZJ76X.mjs.map