pub fn chain_head_db(
    txn: &Transaction<'_>,
    author: Arc<AgentPubKey>
) -> SourceChainResult<(ActionHash, u32, Timestamp)>
Expand description

Get the current chain head of the database.