[][src]Function hdk::api::get_entry_history

pub fn get_entry_history(
    address: &Address
) -> ZomeApiResult<Option<EntryHistory>>

Return an EntryHistory filled with all the versions of the entry from the version at the specified address to the latest. Returns None if no entry exists at the specified address.