UNPKG

react-native-bitcoin-tools

Version:

A set of helpers for interacting with Bitcoin and Blockchain data.

4 lines 197 B
type AmountUnit = 'sats' | 'btc'; declare function getAddressAmount(address: string, unit?: AmountUnit): Promise<number>; export { getAddressAmount }; //# sourceMappingURL=getAddressAmount.d.ts.map