pub(crate) fn get_block(db: &Db, hash: H256) -> Result<Option<Block>>
Expand description

Gets the block from the local database given a block hash. Similar to the Node’s RPC.