Function oracle::pallet::dispatchables::feed_values
source · pub fn feed_values<T: Config>(values: Vec<(OracleKey, T::UnsignedFixedPoint)>)
Expand description
Feeds data from the oracles, e.g., the exchange rates. This function is intended to be API-compatible with orml-oracle.
Arguments
values
- a vector of (key, value) pairs to submit
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::feed_values
.