Trait orml_traits::data_provider::DataFeeder[][src]

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

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) -> DispatchResult[src]

Provide a new value for a given key from an operator

Loading content...

Implementors

Loading content...