UNPKG

@dashevo/wallet-lib

Version:
8 lines (5 loc) 235 B
const logger = require('../../../logger'); module.exports = async function getBlockHeaderByHash(blockHash) { logger.silly(`DAPIClient.getBlockHeaderByHash[${blockHash}]`); return (await this.getBlockByHash(blockHash)).header; };