UNPKG

chaingate

Version:

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

7 lines (6 loc) 309 B
import { LitecoinApi } from 'chaingate-client'; import { Bech32Utxo } from '../../abstract/Bech32Utxo/Bech32Utxo'; import { CurrencyProviders } from '../../CurrencyProviders'; export declare class Litecoin extends Bech32Utxo<'ltc'> { constructor(api: LitecoinApi, currencyProviders: CurrencyProviders); }