UNPKG

@vechain/vebetterdao-contracts

Version:

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

15 lines (14 loc) 514 B
/* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ import type * as cryptography from "./cryptography"; export type { cryptography }; import type * as introspection from "./introspection"; export type { introspection }; import type * as math from "./math"; export type { math }; import type * as structs from "./structs"; export type { structs }; export type { Address } from "./Address"; export type { Pausable } from "./Pausable"; export type { Strings } from "./Strings";