Expand description
Chain-agnostic governance helpers for vault executors.
These helpers encapsulate the portable parts of governance logic: timelock queue mechanics, fee/cap change validation, and restriction relaxation checks. Chain-specific authorization and storage live in each executor, but the decision math is shared here.
Structs§
- FeeChange
Decision - FeeConfig
- Fee config view for change evaluation.
- Pending
Queue - Timelocked pending governance values.
- Pending
Value - A pending governance value gated by a timelock.
Enums§
- CapChange
Error - FeeChange
Error - Membership
Change Error - Pending
Queue Error - Relative
CapChange Error - Restrictions
- Generic restrictions enum for shared governance checks.
- Timelock
Config Error - Timelock
Decision - Decision on whether an action should be timelocked.