roles_integrity

Function validate_agent_had_undeleted_role_claim_at_the_time

pub fn validate_agent_had_undeleted_role_claim_at_the_time(
    agent: &HoloHash<Agent>,
    chain_top: &HoloHash<Action>,
    role: &String,
    roles_integrity_zome_name: &ZomeName,
) -> Result<ValidateCallbackResult, WasmError>
Expand description

Validate that agents had acces to the role at the time of the action (an undeleted claim earlier in source chain)