UNPKG

@vechain/vebetterdao-contracts

Version:

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

3 lines (2 loc) 160 B
import { TestPk } from "./seedAccounts"; export declare const whitelist: (accounts: string[], admin: TestPk, veBetterPassportAddress: string) => Promise<void>;