UNPKG

@dashevo/wallet-lib

Version:
5 lines (4 loc) 142 B
module.exports = async function getBlockByHeight(height) { const hash = this.blocks.heights[height]; return this.getBlockByHash(hash); };