Module vault

Source
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§

FeeAccrualAnchor
Anchor point for fee accrual calculations.
VaultConfig
Static configuration for a vault.
VaultState
Core kernel vault state.

Constants§

MAX_PENDING
Maximum pending withdrawal queue length. This is an absolute upper bound enforced by the kernel.