Expose Secp256k1Wallet

This commit is contained in:
Simon Warta
2020-10-27 14:37:37 +01:00
parent 0091d9a684
commit 850dbd11db
4 changed files with 9 additions and 0 deletions
+1
View File
@@ -117,3 +117,4 @@ export { isStdTx, isWrappedStdTx, makeStdTx, CosmosSdkTx, StdTx, WrappedStdTx, W
export { pubkeyType, PubKey, StdFee, StdSignature } from "./types";
export { makeCosmoshubPath, executeKdf, KdfConfiguration } from "./wallet";
export { extractKdfConfiguration, Secp256k1HdWallet } from "./secp256k1hdwallet";
export { Secp256k1Wallet } from "./secp256k1wallet";