Function orml_oracle::module::dispatchables::feed_values

source ·
pub fn feed_values<T: Config<I>, I: 'static>(
    values: BoundedVec<(T::OracleKey, T::OracleValue), T::MaxFeedValues>,
)
Expand description

Feed the external value.

Require authorized operator.

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::feed_values.