UNPKG

@vechain/vebetterdao-contracts

Version:

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

5 lines (4 loc) 345 B
export declare const VTHO_CONTRACT_ADDRESS = "0x0000000000000000000000000000456E65726779"; export declare const fundTreasuryVTHO: (address: string, amount: bigint) => Promise<void>; export declare const fundTreasuryVET: (to: string, value: number) => Promise<void>; export declare const fundInB3TR: (to: string, value: number) => Promise<void>;