UNPKG

secret-polar

Version:

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

5 lines (4 loc) 298 B
export declare const readSchemas: (schemaDir: string) => any[]; export declare const findQueryMsg: (schemas: any[]) => Record<string, unknown>; export declare const findExecuteMsg: (schemas: any[]) => Record<string, unknown>; export declare const findAndParseTypes: (schemas: any) => Promise<any>;