UNPKG

react-native-bitcoin-tools

Version:

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

6 lines 233 B
/** * timestamp: Date.now() divided by 1000 as integer (optional) */ declare function getCurrentBlockHeight(timestamp?: number): Promise<number>; export { getCurrentBlockHeight }; //# sourceMappingURL=getCurrentBlockHeight.d.ts.map