UNPKG

@vechain/vebetterdao-contracts

Version:

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

6 lines (5 loc) 246 B
import { NodeManagementV3 } from "../../../typechain-types"; export declare const deployNodeManagementMock: ({ stargateNFTProxyAddress, logOutput, }: { stargateNFTProxyAddress: string; logOutput: boolean; }) => Promise<NodeManagementV3>;