Trait oracle_proxy::pallet::Config
source · pub trait Config: Config {
type RuntimeEvent: From<Event<Self>> + IsType<<Self as Config>::RuntimeEvent>;
type WeightInfo: WeightInfo;
type Symbol: Parameter + Ord;
type BandChainOracle: DataFeed<Self::Symbol, Rate, u64>;
}
Expand description
OracleProxy
pallet is used to aggregate data from all supported oracles in Sora.