UNPKG

@dashevo/wallet-lib

Version:
4 lines (3 loc) 133 B
module.exports = async function getBlockHeaderByHeight(blockHeight) { return (await this.getBlockByHeight(blockHeight)).header; };