UNPKG

@simbachain/web3-suites

Version:

common code for web3 suite plugins. Code in this repo can be used for truffle or hardhat, but is designed to be applicable to future web3 suite plugins as well.

14 lines 505 B
import { ContractDesignWithCode } from '.'; /** * deletes contract from your organisation's design patterns, based on designID * @param designID * @returns */ export declare function deleteContractFromDesignID(designID: string): Promise<void>; /** * Allows user to delete contracts from org from prompts * @param contractDesignArray * @returns */ export declare function deleteContractsFromPrompts(contractDesignArray?: ContractDesignWithCode[]): Promise<any>; //# sourceMappingURL=delete.d.ts.map