@etherspot/data-utils
Version:
Etherspot Data Utils
24 lines (22 loc) • 529 B
JavaScript
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