UNPKG

@vechain/vebetterdao-contracts

Version:

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

4 lines (3 loc) 282 B
import { VoterRewards } from "../../typechain-types"; import { SeedAccount, TestPk } from "./seedAccounts"; export declare const claimVoterRewards: (voterRewards: VoterRewards, roundId: number, signingAcct: TestPk, accounts: SeedAccount[], ignoreErrors?: boolean) => Promise<void>;