@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.
11 lines • 404 B
TypeScript
import { ContractDesignWithCode } from '.';
/**
* Returns data on contract name, version, and design_id
* @returns {Promise<ContractDesignWithCode[] | void>}
*/
export declare function allContracts(): Promise<ContractDesignWithCode[] | void>;
/**
* Prints data on contract name, version, and design_id
*/
export declare function printAllContracts(): Promise<void>;
//# sourceMappingURL=list.d.ts.map