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) 207 B
import { B3TR, VOT3 } from "../../typechain-types"; import { SeedAccount } from "./seedAccounts"; export declare const convertB3trForVot3: (b3tr: B3TR, vot3: VOT3, accounts: SeedAccount[]) => Promise<void>;