UNPKG

@etherspot/data-utils

Version:
30 lines (28 loc) 720 B
import { IsHex32 } from "./chunk-FQHT7THY.mjs"; import { __decorateClass } from "./chunk-PVVZGNOS.mjs"; // src/sdk/dto/get-transaction-status.dto.ts import { IsInt, IsOptional, IsPositive } from "class-validator"; var GetTransactionStatusDto = class { }; __decorateClass([ IsPositive(), IsInt() ], GetTransactionStatusDto.prototype, "fromChainId", 2); __decorateClass([ IsPositive(), IsInt() ], GetTransactionStatusDto.prototype, "toChainId", 2); __decorateClass([ IsHex32() ], GetTransactionStatusDto.prototype, "transactionHash", 2); __decorateClass([ IsOptional() ], GetTransactionStatusDto.prototype, "provider", 2); export { GetTransactionStatusDto }; //# sourceMappingURL=chunk-GZPQDG5N.mjs.map