Expand description
Core vault state and configuration types.
This module provides the chain-agnostic VaultState struct that holds
all state required by the kernel, including the withdrawal queue.
Executors are responsible for persisting this state to storage.
Structs§
- FeeAccrual
Anchor - Anchor point for fee accrual calculations.
- Vault
Config - Static configuration for a vault.
- Vault
State - Core kernel vault state.
Constants§
- MAX_
PENDING - Maximum pending withdrawal queue length. This is an absolute upper bound enforced by the kernel.