Skip to main content

MAX_DELEGATION_DEPTH

Constant MAX_DELEGATION_DEPTH 

Source
pub const MAX_DELEGATION_DEPTH: u8 = 8;
Expand description

Maximum delegation depth for capabilities (ADR-132).

Limits how many times a capability can be re-granted. Prevents unbounded authority chains that complicate revocation.