@etherspot/data-utils
Version:
Etherspot Data Utils
25 lines (23 loc) • 532 B
JavaScript
import {
TokenListToken
} from "./chunk-BALZJFGU.mjs";
import {
__decorateClass
} from "./chunk-PVVZGNOS.mjs";
// src/sdk/data/classes/token-list.ts
import { Type } from "class-transformer";
var TokenList = class {
};
__decorateClass([
Type(() => TokenListToken)
], TokenList.prototype, "tokens", 2);
__decorateClass([
Type(() => Date)
], TokenList.prototype, "createdAt", 2);
__decorateClass([
Type(() => Date)
], TokenList.prototype, "updatedAt", 2);
export {
TokenList
};
//# sourceMappingURL=chunk-WDPDS4DI.mjs.map