pub fn get_public_entry_from_db(
    txn: &Transaction<'_>,
    entry_hash: &EntryHash
) -> StateQueryResult<Option<Entry>>
Expand description

Fetch a public Entry from a DB by its hash.