UNPKG

@vechain/vebetterdao-contracts

Version:

Open-source repository that houses the smart contracts powering the decentralized VeBetterDAO on the VeChain Thor blockchain.

14 lines (13 loc) 543 B
/* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ import type * as thunderFactorySol from "./ThunderFactory.sol"; export type { thunderFactorySol }; import type * as auction from "./auction"; export type { auction }; import type * as utility from "./utility"; export type { utility }; export type { SupportsInterface } from "./SupportsInterface"; export type { TokenAuction } from "./TokenAuction"; export type { XAccessControl } from "./XAccessControl"; export type { XOwnership } from "./XOwnership";