@simbachain/hardhat
Version:
Simba Chain plugin for hardhat
9 lines • 309 B
TypeScript
/**
* meant to be used to print pretty info from simba.json, so that
* users do not have to directly interact with/view their simba.json
* @param field
* @param contract
* @returns
*/
export declare const getSimbaInfo: (field?: string, contract?: string) => void;
//# sourceMappingURL=simbainfo.d.ts.map