UNPKG

@vechain/vebetterdao-contracts

Version:

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

13 lines (12 loc) 498 B
/* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ import type * as nodeManagement from "./NodeManagement"; export type { nodeManagement }; import type * as stargateNft from "./StargateNFT"; export type { stargateNft }; import type * as interfaces from "./interfaces"; export type { interfaces }; export type { ProtocolStakerMock } from "./ProtocolStakerMock"; export type { Stargate } from "./Stargate"; export type { StargateProxy } from "./StargateProxy";