UNPKG

secret-polar

Version:

Polar is a development environment to compile, deploy, test, run scrt contracts on different networks.

6 lines (5 loc) 619 B
export declare function compile(docker: boolean, sourceDir: string[], force: boolean, skipSchema: boolean, skipSchemaErrors: boolean): Promise<void>; export declare function readContractName(tomlFilePath: string): string; export declare function compileContract(contractDir: string, docker: boolean): void; export declare function generateSchema(contractName: string, contractDir: string, docker: boolean, skipSchemaErrors: boolean): Promise<void>; export declare function createArtifacts(targetDir: string, schemaDir: string, artifactsDir: string, sourceSchemaDir: string, docker: boolean, skipSchema: boolean): void;