launchpad: Add type exports to index

This commit is contained in:
willclarktech 2020-07-28 18:34:24 +02:00
parent 2f83fcd1f9
commit 8aa568e4af
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7
2 changed files with 18 additions and 2 deletions

View File

@ -89,5 +89,13 @@ export { findSequenceForSignedTx } from "./sequence";
export { encodeSecp256k1Signature, decodeSignature } from "./signature";
export { FeeTable, SigningCosmosClient } from "./signingcosmosclient";
export { isStdTx, pubkeyType, CosmosSdkTx, PubKey, StdFee, StdSignature, StdTx } from "./types";
export { OfflineSigner, makeCosmoshubPath, executeKdf, KdfConfiguration } from "./wallet";
export {
AccountData,
Algo,
PrehashType,
OfflineSigner,
makeCosmoshubPath,
executeKdf,
KdfConfiguration,
} from "./wallet";
export { extractKdfConfiguration, Secp256k1Wallet } from "./secp256k1wallet";

View File

@ -87,5 +87,13 @@ export { findSequenceForSignedTx } from "./sequence";
export { encodeSecp256k1Signature, decodeSignature } from "./signature";
export { FeeTable, SigningCosmosClient } from "./signingcosmosclient";
export { isStdTx, pubkeyType, CosmosSdkTx, PubKey, StdFee, StdSignature, StdTx } from "./types";
export { OfflineSigner, makeCosmoshubPath, executeKdf, KdfConfiguration } from "./wallet";
export {
AccountData,
Algo,
PrehashType,
OfflineSigner,
makeCosmoshubPath,
executeKdf,
KdfConfiguration,
} from "./wallet";
export { extractKdfConfiguration, Secp256k1Wallet } from "./secp256k1wallet";