UNPKG

@vechain/vebetterdao-contracts

Version:

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

6 lines (5 loc) 223 B
export declare const autoVotingLibraries: () => Promise<{ AutoVotingLogic: import("../../typechain-types").AutoVotingLogicV8 & { deploymentTransaction(): import("ethers").ContractTransactionResponse; }; }>;