1
1
Just a quick question , in the blockchain api quoting from the documentation it says:
get_block_height
Get an **array** of blocks at the specified height. Returns an array of Block objects.
Params:
height : int - block height
why will it be an array? because i thought the blocks that are not on the main branch will be disregarded thus one height will only be one block?
understood thankyou! – nicholas___ – 2019-07-05T14:14:52.493