pub fn validate_delete_link_pending_unassigments(
action_hash: ActionHash,
action: DeleteLink,
original_action: CreateLink,
_base: AnyLinkableHash,
_target: AnyLinkableHash,
tag: LinkTag,
) -> ExternResult<ValidateCallbackResult>Expand description
Validates deletions of the pending unassignment links (link integrity and that assignees must be the ones to unassign and delete)