UNPKG

@kubiklabs/wasmkit

Version:

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

4 lines (3 loc) 223 B
import { ParamDefinitions, ShortParamSubstitutions } from "../../../types"; export declare const WASMKIT_PARAM_DEFINITIONS: ParamDefinitions; export declare const WASMKIT_SHORT_PARAM_SUBSTITUTIONS: ShortParamSubstitutions;