UNPKG

crypto-wallet-core

Version:

A multi-currency support library for address derivation, private key creation, and transaction creation

6 lines 250 B
import { AbstractBitcoreLibDeriver } from '../btc'; export declare class BchDeriver extends AbstractBitcoreLibDeriver { bitcoreLib: any; getAddress(network: string, pubKey: any, addressType: string): any; } //# sourceMappingURL=index.d.ts.map