loom_types_entities::config

Trait StrategyConfig

Source
pub trait StrategyConfig {
    // Required method
    fn eoa(&self) -> Option<Address>;
}

Required Methods§

Source

fn eoa(&self) -> Option<Address>

If None is returned, the strategy will use a random signer in the swap router.

Implementors§