Skip to main content

require_identity

Function require_identity 

Source
pub fn require_identity(
    custody: &dyn DeviceIdentityCustody,
) -> Result<UserKeypair, KeyError>
Expand description

This store’s established signing identity through custody, or KeyError::NoDeviceIdentity when none is established — the caller must complete create/join/restore for this store first. Never mints: a connect/join precondition, not a query.