[−][src]Trait orml_oracle::DataFeeder
Data provider with ability to provide data with no-op, and provide all data.
Required methods
fn feed_value(
who: AccountId,
key: Key,
value: Value
) -> Result<(), DispatchError>
who: AccountId,
key: Key,
value: Value
) -> Result<(), DispatchError>
Provide a new value for a given key from an operator
Implementors
impl<T: Trait<I>, I: Instance> DataFeeder<<T as Trait<I>>::OracleKey, <T as Trait<I>>::OracleValue, <T as Trait>::AccountId> for Module<T, I>
[src]
fn feed_value(
who: T::AccountId,
key: T::OracleKey,
value: T::OracleValue
) -> DispatchResult
[src]
who: T::AccountId,
key: T::OracleKey,
value: T::OracleValue
) -> DispatchResult