@simbachain/truffle
Version:
Truffle Plugin for SIMBAChain
27 lines • 1.35 kB
TypeScript
import * as ExportCommand from './export';
import * as DeployCommand from './deploy';
import * as LoginCommand from './login';
import * as LogoutCommand from './logout';
import * as HelpCommand from './help';
import * as LogLevelCommand from './loglevel';
import * as CleanCommand from './clean';
import * as InfoCommand from './simbainfo';
import * as SetDirCommand from './setdir';
import * as GetDirCommand from "./getdirs";
import * as ResetDirCommand from "./resetdir";
export declare const Clean: typeof CleanCommand;
export declare const Export: typeof ExportCommand;
export declare const Deploy: typeof DeployCommand;
export declare const Login: typeof LoginCommand;
export declare const Logout: typeof LogoutCommand;
export declare const Help: typeof HelpCommand;
export declare const LogLevel: typeof LogLevelCommand;
export declare const Pull: typeof import("./contract/pull");
export declare const View: typeof import("./contract/viewContracts");
export declare const AddLib: typeof import("./contract/addlibrary");
export declare const SimbaInfo: typeof InfoCommand;
export declare const SetDir: typeof SetDirCommand;
export declare const GetDirs: typeof GetDirCommand;
export declare const ResetDir: typeof ResetDirCommand;
export declare const DeleteContract: typeof import("./contract/deletecontract");
//# sourceMappingURL=index.d.ts.map