UNPKG

@dashevo/wallet-lib

Version:
4 lines (3 loc) 125 B
module.exports = async function getBlockHeaderByHash(blockHash) { return (await this.getBlockByHash(blockHash)).header; };