ValidRule

Type Alias ValidRule 

Source
pub type ValidRule = Rule<ResolvedDelegates, Threshold>;
Expand description

A Rule that has been validated. See Rules and Rules::matches for its main usage.

N.b. a ValidRule can be serialized, however, it cannot be deserialized. This is due to the fact that the allow field may have a value of delegates. In those cases the value needs to be looked up via the identity document and validated.

Aliased Typeยง

pub struct ValidRule { /* private fields */ }