UNPKG

@dashevo/wallet-lib

Version:
7 lines (5 loc) 246 B
const logger = require('../../../logger'); module.exports = async function getBlockHeaderByHeight(blockHeight) { logger.silly(`DAPIClient.getBlockHeaderByHeight[${blockHeight}]`); return (await this.getBlockByHeight(blockHeight)).header; };