UNPKG

@vechain/vebetterdao-contracts

Version:

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

21 lines (20 loc) 1.42 kB
export declare const navigatorRegistryLibraries: (logOutput?: boolean) => Promise<{ NavigatorStakingUtils: import("ethers").BaseContract & { deploymentTransaction(): import("ethers").ContractTransactionResponse; } & Omit<import("ethers").BaseContract, keyof import("ethers").BaseContract>; NavigatorDelegationUtils: import("ethers").BaseContract & { deploymentTransaction(): import("ethers").ContractTransactionResponse; } & Omit<import("ethers").BaseContract, keyof import("ethers").BaseContract>; NavigatorVotingUtils: import("ethers").BaseContract & { deploymentTransaction(): import("ethers").ContractTransactionResponse; } & Omit<import("ethers").BaseContract, keyof import("ethers").BaseContract>; NavigatorFeeUtils: import("ethers").BaseContract & { deploymentTransaction(): import("ethers").ContractTransactionResponse; } & Omit<import("ethers").BaseContract, keyof import("ethers").BaseContract>; NavigatorSlashingUtils: import("ethers").BaseContract & { deploymentTransaction(): import("ethers").ContractTransactionResponse; } & Omit<import("ethers").BaseContract, keyof import("ethers").BaseContract>; NavigatorLifecycleUtils: import("ethers").BaseContract & { deploymentTransaction(): import("ethers").ContractTransactionResponse; } & Omit<import("ethers").BaseContract, keyof import("ethers").BaseContract>; }>;