UNPKG

@thorwallet/xchain-litecoin

Version:

Custom Litecoin client and utilities used by XChainJS clients

6 lines (5 loc) 197 B
import { Network } from './client'; export declare const getBalance: ({ network, address }: { network: Network; address: string; }) => Promise<import("../../xchain-client/lib").Balance[]>;