Trait pallet_chainlink_feed::traits::OnAnswerHandler[][src]

pub trait OnAnswerHandler<T: Config> {
    fn on_answer(feed: T::FeedId, new_data: RoundData<T::BlockNumber, T::Value>);
}
Expand description

This implementation wille be as a callback when the round answer updates

Required methods

Implementations on Foreign Types

Implementors