Function holochain_state::query::get_entry_from_db[][src]

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

Fetch an Entry from a DB by its hash. Requires no joins.