UNPKG

@kubiklabs/wasmkit

Version:

Wasmkit is a development environment to compile, deploy, test, run cosmwasm contracts on different networks.

5 lines (4 loc) 322 B
export declare const readSchemas: (schemaDir: string, rawSchemaDir: 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>;