[−][src]Trait orml_oracle::Trait
Associated Types
type Event: From<Event<Self>> + Into<Self::Event>
type OnNewData: OnNewData<Self::AccountId, Self::OracleKey, Self::OracleValue>
type CombineData: CombineData<Self::OracleKey, TimestampedValueOf<Self>>
type Time: Time
type OracleKey: Parameter + Member
type OracleValue: Parameter + Member + Ord
type UnsignedPriority: Get<TransactionPriority>
A configuration for base priority of unsigned transactions.
This is exposed so that it can be tuned for particular runtime, when multiple pallets send unsigned transactions.
type AuthorityId: Member + Parameter + RuntimeAppPublic + Default + Ord
The identifier type for an authority.