UNPKG

@thorwallet/xchain-bitcoincash

Version:

Custom bitcoincash client and utilities used by XChainJS clients

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