@etherspot/data-utils
Version:
Etherspot Data Utils
22 lines (20 loc) • 446 B
JavaScript
import {
IsAddress
} from "./chunk-O2WLCXZ5.mjs";
import {
__decorateClass
} from "./chunk-PVVZGNOS.mjs";
// src/sdk/dto/get-nft-list.dto.ts
import { IsPositive } from "class-validator";
var GetNftListDto = class {
};
__decorateClass([
IsPositive()
], GetNftListDto.prototype, "chainId", 2);
__decorateClass([
IsAddress()
], GetNftListDto.prototype, "account", 2);
export {
GetNftListDto
};
//# sourceMappingURL=chunk-7FRLPXUA.mjs.map