[][src]Trait orml_oracle::OperatorProvider

pub trait OperatorProvider<AccountId> {
    fn can_feed_data(who: &AccountId) -> bool;
fn operators() -> Vec<AccountId>; }

Required methods

fn can_feed_data(who: &AccountId) -> bool

fn operators() -> Vec<AccountId>

Loading content...

Implementations on Foreign Types

impl<AccountId> OperatorProvider<AccountId> for ()[src]

Loading content...

Implementors

Loading content...