amino: Add exports for paths/wallets

This commit is contained in:
willclarktech 2021-03-24 16:37:10 +01:00
parent e4283c36de
commit dde8334f21
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

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";