UNPKG

@dashevo/wallet-lib

Version:
8 lines (5 loc) 209 B
const logger = require('../../../logger'); module.exports = async function getBestBlockHeight() { logger.silly('DAPIClientTransport.getBestBlockHeight'); return this.client.core.getBestBlockHeight(); };