Expand description
Hook implementations for Balancer pools
Re-exports§
pub use akron::AkronHook;
pub use akron::AkronHookState;
pub use directional_fee::DirectionalFeeHook;
pub use directional_fee::DirectionalFeeHookState;
pub use exit_fee::ExitFeeHook;
pub use exit_fee::ExitFeeHookState;
pub use stable_surge::StableSurgeHook;
pub use stable_surge::StableSurgeHookState;
Modules§
- akron
- directional_
fee - exit_
fee - Exit fee hook implementation
- stable_
surge - Stable surge hook implementation
- types
- Hook types and state definitions
Structs§
- Default
Hook - Default hook implementation (matches Python DefaultHook)
- Hook
Config - Hook configuration flags
Traits§
- Hook
Base - Trait for pool hooks (matches Python HookBase interface exactly)