Merge pull request #322 from CosmWasm/320-launchpad-type-exports

Export more types from launchpad
This commit is contained in:
mergify[bot] 2020-07-28 20:45:00 +00:00 committed by GitHub
commit 6317834da0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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";