Skip to main content

make_rotation_context

Function make_rotation_context 

Source
pub(super) fn make_rotation_context(
    sync: &SyncedAccountData,
    trusted_organization_public_keys: &[PublicKey],
    trusted_emergency_access_public_keys: &[PublicKey],
    ctx: &mut KeyStoreContext<'_, KeySlotIds>,
) -> Result<RotationContext, RotateUserKeysError>