UNPKG

@thorwallet/xchain-bitcoincash

Version:

Custom bitcoincash client and utilities used by XChainJS clients

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