UNPKG

secret-polar

Version:

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

9 lines (8 loc) 186 B
export default function (): void; export interface TaskArgs { docker: boolean; sourceDir: string[]; force: boolean; skipSchema: boolean; skipSchemaErrors: boolean; }