chaingate
Version:
A complete TypeScript library for connecting to and making transactions on different blockchains
7 lines (6 loc) • 346 B
TypeScript
import { ChainGateContext } from '../ChainGateContext';
import { LitecoinInfo } from '../../CurrencyInfo';
import { Bech32UtxoCurrencyUtils } from '../abstract/Bech32UtxoCurrencyUtils/Bech32UtxoCurrencyUtils';
export declare class LitecoinUtils extends Bech32UtxoCurrencyUtils<typeof LitecoinInfo> {
constructor(context: ChainGateContext);
}