Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

ISeerDispatcherTrait

Fully qualified path: opus::interfaces::seer::ISeerDispatcherTrait

Part of the group: dispatchers

pub trait ISeerDispatcherTrait<T>

Trait functions

get_oracles

Fully qualified path: opus::interfaces::seer::ISeerDispatcherTrait::get_oracles

fn get_oracles(self: T) -> Span<ContractAddress>

get_update_frequency

Fully qualified path: opus::interfaces::seer::ISeerDispatcherTrait::get_update_frequency

fn get_update_frequency(self: T) -> u64

set_oracles

Fully qualified path: opus::interfaces::seer::ISeerDispatcherTrait::set_oracles

fn set_oracles(self: T, oracles: Span<ContractAddress>)

set_update_frequency

Fully qualified path: opus::interfaces::seer::ISeerDispatcherTrait::set_update_frequency

fn set_update_frequency(self: T, new_frequency: u64)

update_prices

Fully qualified path: opus::interfaces::seer::ISeerDispatcherTrait::update_prices

fn update_prices(self: T)