UNPKG

@thorwallet/xchain-litecoin

Version:

Custom Litecoin client and utilities used by XChainJS clients

8 lines (7 loc) 243 B
import { Address } from '@thorwallet/xchain-client/lib'; import { Network } from './client'; export declare const getAddress: ({ network, phrase, index, }: { network: Network; phrase: string; index: number; }) => Promise<Address>;