amino: Add exports for paths/wallets

This commit is contained in:
willclarktech
2021-03-24 17:14:57 +01:00
parent e4283c36de
commit dde8334f21
+4
View File
@@ -19,6 +19,10 @@ export {
pubkeyType,
} from "./pubkeys";
export { createMultisigThresholdPubkey } from "./multisig";
export { makeCosmoshubPath } from "./paths";
export { extractKdfConfiguration, Secp256k1HdWallet } from "./secp256k1hdwallet";
export { Secp256k1Wallet } from "./secp256k1wallet";
export { decodeSignature, encodeSecp256k1Signature, StdSignature } from "./signature";
export { AminoMsg, Coin, makeSignDoc, serializeSignDoc, StdFee, StdSignDoc } from "./signdoc";
export { AccountData, Algo, AminoSignResponse, OfflineAminoSigner } from "./signer";
export { executeKdf, KdfConfiguration } from "./wallet";