Skip to main content

apply_attach_frontier

Function apply_attach_frontier 

Source
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.