Crate pallet_oracle_collection
source ·Expand description
§Oracle Collection Pallet
Pallet used to collect and aggregate oracle values.
The collection admin configures the collection allowing a list of feeders.
Later, updating a collection will collect all values based on the admin configuration of the collection. The resulting collection is optimized to iterate through all values in just one read.
§Assumptions
This pallet is not fed with external values, you need to configure a
ValueProvider
to provide it with oracle 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. - Traits specifically used by this pallet
- Provide types to use in runtime to configure this pallet