UNPKG

chaingate

Version:

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

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