UNPKG

@vechain/vebetterdao-contracts

Version:

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

4 lines (3 loc) 256 B
import { ContractTransactionResponse } from "ethers"; export declare const catchRevert: (promise: Promise<ContractTransactionResponse>) => Promise<void>; export declare const catchOutOfGas: (promise: Promise<ContractTransactionResponse>) => Promise<void>;