Expand description
Block functions.
Functions§
- Add a
VerifiedBlockInformation
to the database. - Check if a block exists in the database.
- Retrieve a block’s raw bytes, the index of the miner transaction and the number of non miner-txs in the block.
- Retrieve a
BlockCompleteEntry
from 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.