pub fn list_unchecked_blocks(
tx: &Transaction<'_>,
block_range: Range<Word>,
) -> Result<Vec<Block>, QueryError>
Expand description
Lists all unchecked blocks in the given range.
pub fn list_unchecked_blocks(
tx: &Transaction<'_>,
block_range: Range<Word>,
) -> Result<Vec<Block>, QueryError>
Lists all unchecked blocks in the given range.