[][src]Trait orml_oracle::DataProvider

pub trait DataProvider<Key, Value> {
    fn get(key: &Key) -> Option<Value>;
}

Required methods

fn get(key: &Key) -> Option<Value>

Loading content...

Implementors

impl<T: Trait> DataProvider<<T as Trait>::OracleKey, <T as Trait>::OracleValue> for Module<T>[src]

Loading content...