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§

Modules§

  • The pallet module in each FRAME pallet hosts the most important items needed to construct this pallet.