@vechain/vebetterdao-contracts
Version:
Open-source repository that houses the smart contracts powering the decentralized VeBetterDAO on the VeChain Thor blockchain.
11 lines (10 loc) • 439 B
TypeScript
export declare const deployLegacyNodesMock: ({ logOutput }: {
logOutput?: boolean | undefined;
}) => Promise<{
vechainNodesMock: import("../../../typechain-types").TokenAuction & {
deploymentTransaction(): import("ethers").ContractTransactionResponse;
};
clockAuctionMock: import("../../../typechain-types").ClockAuction & {
deploymentTransaction(): import("ethers").ContractTransactionResponse;
};
}>;