Do not auto-import @cosmjs/encoding symbols

This commit is contained in:
Simon Warta
2021-02-11 15:14:36 +01:00
parent 8e8011b695
commit fbae7e2729
3 changed files with 13 additions and 4 deletions
@@ -1,3 +1,4 @@
import { toBase64 } from "@cosmjs/encoding";
import { makeCosmoshubPath, Secp256k1HdWallet } from "@cosmjs/launchpad";
const mnemonic =
+1
View File
@@ -1,3 +1,4 @@
import { toBase64, toUtf8 } from "@cosmjs/encoding";
import { Coin } from "@cosmjs/launchpad";
// types auto-generated by wasm.glass and cleaned up manually