UNPKG

@abcpros/bitcore-wallet-service

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