UNPKG

@xchainjs/xchain-zcash

Version:

Custom Zcash client and utilities used by XChainJS clients

6 lines (5 loc) 232 B
export { ClientKeystore as Client } from './clientKeystore'; export { ClientLedger } from './clientLedger'; export { defaultZECParams } from './client'; export * from './const'; export { getPrefix, validateAddress } from './utils';