pub fn apply_attach_frontier<F, V>(
owner: LiveFrontierOwner,
operation: AttachCommit<F, V>,
charges: AttachFrontierCharges,
) -> LiveFrontierResult<AttachCommit<F, V>>Expand description
Applies credential attach to the complete live owner.
ยงErrors
Returns a failure retaining the unchanged owner, intact attach commit, and exact reason the commit could not enter the frontier.