UNPKG

secret-polar

Version:

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

5 lines (4 loc) 250 B
import { PolarRuntimeEnvironment } from "../../types"; export declare function getRustcVersion(): string; export declare function getWebAssemblyInstalled(): boolean; export declare function canCompile(env: PolarRuntimeEnvironment): Promise<boolean>;