Expand description
Block functions.
Functionsยง
- Add a
VerifiedBlockInformation
to the database. - Check if a block exists in the database.
- Retrieve a
ExtendedBlockHeader
from the database. - Same as
get_block_extended_header
but with aBlockHeight
. - Return the top/latest
ExtendedBlockHeader
from the database. - Retrieve a
BlockHeight
via itsBlockHash
. - Retrieve a
BlockInfo
via itsBlockHeight
. - Remove the top/latest block from the database.