UNPKG

secret-polar

Version:

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

4 lines (3 loc) 169 B
import { PolarRuntimeEnvironment } from "../types"; export default function (): void; export declare function setupRust(env: PolarRuntimeEnvironment): Promise<boolean>;