@simbachain/truffle
Version:
Truffle Plugin for SIMBAChain
12 lines • 403 B
TypeScript
import yargs from 'yargs';
export declare const command = "viewcontracts";
export declare const describe = "view information for all contracts saved to your organisation";
export declare const builder: {};
/**
* print contract design info for your org
* @param args
* args:
* none
*/
export declare const handler: (args: yargs.Arguments) => Promise<any>;
//# sourceMappingURL=viewContracts.d.ts.map