pub fn validate_delegation(
scope: &DelegationScope,
proposed_operation: &Operation,
actual_values: &[ScopeValue<'_>],
) -> DelegationValidationExpand description
Validate whether proposed_operation is permitted under scope,
given the actual_values that apply.