UNPKG

chaingate

Version:

A complete TypeScript library for connecting to and making transactions on different blockchains

8 lines (7 loc) 391 B
import { Bech32UtxoWallet } from '../../abstract/Bech32UtxoWallet/Bech32UtxoWallet'; import { Transports } from '../../Transports'; import { LitecoinInfo } from '../../../CurrencyInfo'; import { LitecoinUtils } from '../../../CurrencyUtils'; export declare class LitecoinWallet extends Bech32UtxoWallet<typeof LitecoinInfo> { constructor(utils: LitecoinUtils, transports: Transports); }