[][src]Trait orml_oracle::DataProviderExtended

pub trait DataProviderExtended<Key, Value, AccountId>: DataProvider<Key, Value> {
    fn feed_value(
        who: AccountId,
        key: Key,
        value: Value
    ) -> Result<(), DispatchError>; }

Required methods

fn feed_value(
    who: AccountId,
    key: Key,
    value: Value
) -> Result<(), DispatchError>

Loading content...

Implementors

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

Loading content...