UNPKG

bitcore-wallet-service

Version:
11 lines (9 loc) 250 B
import { BitcoreLibLtc } from 'crypto-wallet-core'; import _ from 'lodash'; import { IChain } from '..'; import { BtcChain } from '../btc'; export class LtcChain extends BtcChain implements IChain { constructor() { super(BitcoreLibLtc); } }