UNPKG

crypto-wallet-core

Version:

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

4 lines (2 loc) 86 B
import { EthDeriver } from '../eth'; export class BaseDeriver extends EthDeriver { }