We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a489a7b commit ce7e8b9Copy full SHA for ce7e8b9
packages/amino/src/addresses.ts
@@ -1,9 +1,7 @@
1
// See https://github.com/tendermint/tendermint/blob/f2ada0a604b4c0763bda2f64fac53d506d3beca7/docs/spec/blockchain/encoding.md#public-key-cryptography
2
3
-import { ripemd160, sha256 } from "@cosmjs/crypto";
+import { keccak256, ripemd160, Secp256k1, sha256 } from "@cosmjs/crypto";
4
import { fromBase64, toBech32 } from "@cosmjs/encoding";
5
-import { keccak256 } from "@cosmjs/crypto";
6
-import { Secp256k1 } from "@cosmjs/crypto";
7
8
import { encodeAminoPubkey } from "./encoding";
9
import { isEd25519Pubkey, isEthSecp256k1Pubkey, isMultisigThresholdPubkey, isSecp256k1Pubkey, Pubkey } from "./pubkeys";
0 commit comments