Crate pallet_oracle_feed
source ·Expand description
§Oracle Feed Pallet
Pallet used to feed oracle values.
Feeding is permissionless given an initial fee for each key.
//! ### Assumptions
This pallet neither aggregates nor validates anything. It just stores values by account as they come. It’s expected that another pallet reads the storage of this pallet and provides aggregation and validation methods to the values.
Re-exports§
pub use weights::WeightInfo;
pub use pallet::*;
Modules§
- The
pallet
module in each FRAME pallet hosts the most important items needed to construct this pallet.