Function skynet_substrate::get_entry [−][src]
pub fn get_entry(
public_key: &str,
data_key: &str,
opts: Option<&GetEntryOptions<'_>>
) -> Result<SignedRegistryEntry, GetEntryError>
Expand description
Gets registry entry for public_key
and data_key
.