getBlockHeight
This function returns the current block height of the Arweave blockchain.
Example Code
Example Code Output
The block height could be different when you try to run the code. Change the 849444
in the URL with the block height you have.
Returns
Promise <unknown> - Current block height of Arweave blockchain as a number.
Last updated