Merge pull request #322 from CosmWasm/320-launchpad-type-exports
Export more types from launchpad
This commit is contained in:
commit
6317834da0
@ -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";
|
||||
|
||||
10
packages/launchpad/types/index.d.ts
vendored
10
packages/launchpad/types/index.d.ts
vendored
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user