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) 201 B
import { B3TRGovernor, XAllocationVoting } from "../../typechain-types"; export declare const proposeUpgradeGovernance: (governor: B3TRGovernor, xAllocationVoting: XAllocationVoting) => Promise<void>;