UNPKG

@etherspot/data-utils

Version:
34 lines (32 loc) 757 B
import { TransactionAsset } from "./chunk-FSYILJM2.mjs"; import { TransactionBatch } from "./chunk-CCJTNV2L.mjs"; import { TransformBigNumber } from "./chunk-DD5GRTE6.mjs"; import { __decorateClass } from "./chunk-PVVZGNOS.mjs"; // src/sdk/data/classes/transaction.ts import { Type } from "class-transformer"; var Transaction = class { }; __decorateClass([ TransformBigNumber() ], Transaction.prototype, "value", 2); __decorateClass([ TransformBigNumber() ], Transaction.prototype, "gasPrice", 2); __decorateClass([ Type(() => TransactionAsset) ], Transaction.prototype, "asset", 2); __decorateClass([ Type(() => TransactionBatch) ], Transaction.prototype, "batch", 2); export { Transaction }; //# sourceMappingURL=chunk-ZOKVHKNR.mjs.map