UNPKG

@bigmi/core

Version:

TypeScript library for Bitcoin apps.

11 lines 334 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getBlockCount = getBlockCount; async function getBlockCount(client) { const data = await client.request({ method: 'getblockcount', params: [], }, { dedupe: true }); return data; } //# sourceMappingURL=getBlockCount.js.map