Expand description
Block functions.
Functionsยง
- add_
block_ to_ dynamic_ tables - Add a [
VerifiedBlockInformation] to the dynamic database (fjall). - add_
blocks_ to_ tapes - Write a slice of contiguous blocks to the tapes database.
- block_
exists - Check if a block exists in the database.
- get_
block - Retrieve a [
Block] via itsBlockHeight. - get_
block_ by_ hash - Retrieve a [
Block] via itsBlockHash. - get_
block_ complete_ entry - Retrieve a [
BlockCompleteEntry] from the database. - get_
block_ complete_ entry_ from_ height - Retrieve a [
BlockCompleteEntry] from the database. - get_
block_ extended_ header - Retrieve a [
ExtendedBlockHeader] from the database. - get_
block_ extended_ header_ from_ height - Same as
get_block_extended_headerbut with aBlockHeight. - get_
block_ extended_ header_ top - Return the top/latest [
ExtendedBlockHeader] from the database. - get_
block_ height - Retrieve a
BlockHeightvia itsBlockHash. - pop_
block - Remove the top/latest block from the database.