@nawab_kibria/bitcoin-lib
Version:
A comprehensive Bitcoin HD wallet library with BIP84, BIP44, BIP49 support, mnemonic generation and restoration
8 lines (7 loc) • 536 B
TypeScript
export { convertToBip84Format, getBip84ExtendedKeys, getCoinType, getDerivationPath, importAndDerive, importAndDeriveBatch, importExtendedKey, quickDerive } from './utils/bip84';
export { BitcoinWallet } from './wallet/BitcoinWallet';
export { WalletManager } from './wallet/WalletManager';
export { ElectrumClient, createElectrumClient } from './wallet/ElectrumClient';
export { TransactionBuilder } from './wallet/TransactionBuilder';
export * from './types/wallet';
export { BitcoinWallet as default } from './wallet/BitcoinWallet';