Remove Bech32 class

This commit is contained in:
Simon Warta
2023-03-07 15:21:09 +01:00
parent e89a91401f
commit 0351a46d97
7 changed files with 6 additions and 28 deletions
-1
View File
@@ -2,7 +2,6 @@ import { StdFee, SigningStargateClient } from "@cosmjs/stargate";
import { DirectSecp256k1HdWallet } from "@cosmjs/proto-signing";
import { MsgSend } from "cosmjs-types/cosmos/bank/v1beta1/tx";
import { coins } from "@cosmjs/amino";
import { Bech32 } from "@cosmjs/encoding";
import { Random } from "@cosmjs/crypto";
const defaultHttpUrl = "http://localhost:26658";