UNPKG

@xchainjs/xchain-bitcoin

Version:

Custom Bitcoin client and utilities used by XChainJS clients

7 lines (6 loc) 257 B
export * from './types'; export { ClientKeystore as Client } from './clientKeystore'; export { ClientLedger } from './clientLedger'; export { defaultBTCParams } from './client'; export * from './const'; export { getPrefix, validateAddress } from './utils';