@vechain/vebetterdao-contracts
Version:
Open-source repository that houses the smart contracts powering the decentralized VeBetterDAO on the VeChain Thor blockchain.
40 lines (39 loc) • 1.71 kB
text/typescript
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
import type * as challenges from "./challenges";
export type { challenges };
import type * as deprecated from "./deprecated";
export type { deprecated };
import type * as governance from "./governance";
export type { governance };
import type * as interfaces from "./interfaces";
export type { interfaces };
import type * as mocks from "./mocks";
export type { mocks };
import type * as navigator from "./navigator";
export type { navigator };
import type * as templates from "./templates";
export type { templates };
import type * as veBetterPassport from "./ve-better-passport";
export type { veBetterPassport };
import type * as x2EarnApps from "./x-2-earn-apps";
export type { x2EarnApps };
import type * as xAllocationVotingGovernance from "./x-allocation-voting-governance";
export type { xAllocationVotingGovernance };
export type { B3TR } from "./B3TR";
export type { B3TRChallenges } from "./B3TRChallenges";
export type { B3TRMultiSig } from "./B3TRMultiSig";
export type { B3TRProxy } from "./B3TRProxy";
export type { DBAPool } from "./DBAPool";
export type { Emissions } from "./Emissions";
export type { GalaxyMember } from "./GalaxyMember";
export type { GrantsManager } from "./GrantsManager";
export type { RelayerRewardsPool } from "./RelayerRewardsPool";
export type { TimeLock } from "./TimeLock";
export type { Treasury } from "./Treasury";
export type { VOT3 } from "./VOT3";
export type { VoterRewards } from "./VoterRewards";
export type { X2EarnCreator } from "./X2EarnCreator";
export type { X2EarnRewardsPool } from "./X2EarnRewardsPool";
export type { XAllocationPool } from "./XAllocationPool";