UNPKG

@dashevo/wallet-lib

Version:
8 lines (5 loc) 210 B
const logger = require('../../../logger'); module.exports = async function getBestBlock() { logger.silly('DAPIClientTransport.getBestBlock'); return this.getBlockByHash(await this.getBestBlockHash()); };