Expand description
Capability token types and operations
Implements UCAN-inspired delegatable tokens where each token in a delegation chain can only narrow (attenuate) scopes, never widen.
Structs§
- Capability
Token - A CLASP capability token.
- Proof
Link - A link in the proof/delegation chain
Constants§
- TOKEN_
PREFIX - Token prefix
Functions§
- pattern_
is_ subset - Check if
childpattern is a subset ofparentpattern.