mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
proto-signing: Export wallet serialization helpers
This commit is contained in:
parent
2bd9cfd822
commit
ee2205be1c
@ -14,7 +14,11 @@ export {
|
||||
TsProtoGeneratedType,
|
||||
TxBodyEncodeObject,
|
||||
} from "./registry";
|
||||
export { DirectSecp256k1HdWallet, DirectSecp256k1HdWalletOptions } from "./directsecp256k1hdwallet";
|
||||
export {
|
||||
extractKdfConfiguration,
|
||||
DirectSecp256k1HdWallet,
|
||||
DirectSecp256k1HdWalletOptions,
|
||||
} from "./directsecp256k1hdwallet";
|
||||
export { DirectSecp256k1Wallet } from "./directsecp256k1wallet";
|
||||
export { makeCosmoshubPath } from "./paths";
|
||||
export { decodePubkey, encodePubkey } from "./pubkey";
|
||||
@ -27,3 +31,4 @@ export {
|
||||
OfflineSigner,
|
||||
} from "./signer";
|
||||
export { makeAuthInfoBytes, makeSignBytes, makeSignDoc } from "./signing";
|
||||
export { executeKdf, KdfConfiguration } from "./wallet";
|
||||
|
Loading…
x
Reference in New Issue
Block a user