UNPKG

@vechain/vebetterdao-contracts

Version:

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

9 lines (8 loc) 212 B
export interface CallInfo { file: string; name: string; contractName: string; configAddressField: string; description: string; } export declare const functionConfig: Record<string, CallInfo>;