pub fn apply_enrollment_frontier<F>(
owner: LiveFrontierOwner,
operation: EnrollmentCommit<F>,
attached_charge: RetainedRecordCharge,
) -> LiveFrontierResult<EnrollmentCommit<F>>Expand description
Applies a subsequent enrollment to the complete live owner.
ยงErrors
Returns a failure retaining the unchanged owner and intact enrollment commit.