ISeerV2DispatcherTrait
Fully qualified path: opus::interfaces::seer::ISeerV2DispatcherTrait
Part of the group: dispatchers
pub trait ISeerV2DispatcherTrait<T>
Trait functions
get_oracles
Fully qualified path: opus::interfaces::seer::ISeerV2DispatcherTrait::get_oracles
fn get_oracles(self: T) -> Span<ContractAddress>
get_update_frequency
Fully qualified path: opus::interfaces::seer::ISeerV2DispatcherTrait::get_update_frequency
fn get_update_frequency(self: T) -> u64
get_yang_price_type
Fully qualified path: opus::interfaces::seer::ISeerV2DispatcherTrait::get_yang_price_type
fn get_yang_price_type(self: T, yang: ContractAddress) -> PriceType
set_oracles
Fully qualified path: opus::interfaces::seer::ISeerV2DispatcherTrait::set_oracles
fn set_oracles(self: T, oracles: Span<ContractAddress>)
set_update_frequency
Fully qualified path: opus::interfaces::seer::ISeerV2DispatcherTrait::set_update_frequency
fn set_update_frequency(self: T, new_frequency: u64)
set_yang_price_type
Fully qualified path: opus::interfaces::seer::ISeerV2DispatcherTrait::set_yang_price_type
fn set_yang_price_type(self: T, yang: ContractAddress, price_type: PriceType)
update_prices
Fully qualified path: opus::interfaces::seer::ISeerV2DispatcherTrait::update_prices
fn update_prices(self: T)