UNPKG

@kubiklabs/wasmkit

Version:

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

3 lines (2 loc) 107 B
import { Account } from "../types"; export declare function createAccounts(n: number): Promise<Account[]>;