Crate orml_oracle

source ·
Expand description

§Oracle

A module to allow oracle operators to feed external data.

§Overview

This module exposes capabilities for oracle operators to feed external offchain data. The raw values can be combined to provide an aggregated value.

The data is valid only if feeded by an authorized operator. pallet_membership in FRAME can be used to as source of T::Members.

Re-exports§

Modules§

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

Structs§

  • Sort by value and returns median timestamped value. Returns prev_value if not enough valid values.

Traits§