@simbachain/truffle
Version:
Truffle Plugin for SIMBAChain
9 lines • 424 B
TypeScript
import * as PullCommand from "./pull";
import * as ViewCommand from "./viewContracts";
import * as AddLibCommand from "./addlibrary";
import * as DeleteCommand from "./deletecontract";
export declare const Pull: typeof PullCommand;
export declare const View: typeof ViewCommand;
export declare const AddLib: typeof AddLibCommand;
export declare const DeleteContract: typeof DeleteCommand;
//# sourceMappingURL=index.d.ts.map