@simbachain/truffle
Version:
Truffle Plugin for SIMBAChain
24 lines • 723 B
TypeScript
import yargs from 'yargs';
export declare const command = "deletecontract";
export declare const describe = "delete contract(s) from user organisation";
export declare const builder: {
id: {
string: boolean;
type: string;
describe: string;
};
};
/**
* delete a contract design (not a deployed app) from your blocks organisation
* @param args
* args:
* args.designID
*/
export declare const handler: (args: yargs.Arguments) => Promise<any>;
/**
* delete a contract design (not a deployed app) from your blocks organisation
* @param designID
* @returns
*/
export declare function deleteContract(designID?: string | unknown): Promise<void>;
//# sourceMappingURL=deletecontract.d.ts.map