Expand description
Blockchain functions - chain height, generated coins, etc.
Functionsยง
- chain_
height - Retrieve the height of the chain.
- cumulative_
generated_ coins - Check how many cumulative generated coins there have been until a certain
BlockHeight
. - find_
split_ point - Find the split point between our chain and a list of
BlockHash
s from another chain. - top_
block_ height - Retrieve the height of the top block.