UNPKG

@vechain/vebetterdao-contracts

Version:

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

7 lines (6 loc) 498 B
import { VoterRewards } from "../../typechain-types"; import { TestPk } from "./seedAccounts"; export declare const bootstrapEmissions: (contractAddress: string, admin: TestPk) => Promise<void>; export declare const startEmissions: (contractAddress: string, acct: TestPk) => Promise<void>; export declare const toggleQuadraticRewarding: (voterRewards: VoterRewards, acct: TestPk) => Promise<void>; export declare const distributeEmissions: (contractAddress: string, acct: TestPk) => Promise<void>;