Function skynet_substrate::get_entry_link [−][src]
pub fn get_entry_link(
public_key: &str,
data_key: &str,
_opts: Option<&GetEntryOptions<'_>>
) -> Result<Vec<u8>, GetEntryError>Expand description
Gets the entry link for the entry at the given public_key and data_key. This link stays the
same even if the content at the entry changes.