Function pallet_feeds::dispatchables::update

source ·
pub fn update<T: Config>(
    feed_id: T::FeedId,
    feed_processor_id: T::FeedProcessorKind,
    init_data: Option<Vec<u8>>,
)
Expand description

Updates the feed with init data provided.

§Warning: Doc-Only

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