@etherspot/data-utils
Version:
Etherspot Data Utils
29 lines (27 loc) • 620 B
JavaScript
import {
PaginationDto
} from "./chunk-DK2UKYZI.mjs";
import {
IsAddress
} from "./chunk-O2WLCXZ5.mjs";
import {
__decorateClass
} from "./chunk-PVVZGNOS.mjs";
// src/sdk/dto/get-transactions.dto.ts
import { IsPositive } from "class-validator";
var GetTransactionsDto = class extends PaginationDto {
constructor() {
super(...arguments);
this.account = null;
}
};
__decorateClass([
IsAddress()
], GetTransactionsDto.prototype, "account", 2);
__decorateClass([
IsPositive()
], GetTransactionsDto.prototype, "chainId", 2);
export {
GetTransactionsDto
};
//# sourceMappingURL=chunk-COLUB3R4.mjs.map