Module hooks

Module hooks 

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

DefaultHook
Default hook implementation (matches Python DefaultHook)
HookConfig
Hook configuration flags

Traits§

HookBase
Trait for pool hooks (matches Python HookBase interface exactly)