pub fn depth<C>(chain: Option<C>, db: &ZebraDb, hash: Hash) -> Option<u32>where C: AsRef<Chain>,
Return the depth of block hash from the chain tip. Searches chain for hash, then searches db.
hash
chain
db