Merge pull request #322 from CosmWasm/320-launchpad-type-exports
Export more types from launchpad
This commit is contained in:
@@ -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";
|
||||
|
||||
Vendored
+9
-1
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user