UNPKG

chaingate

Version:

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

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