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