orml-oracle

Crates.ioorml-oracle
lib.rsorml-oracle
version1.5.0
created_at2020-05-14 23:54:54.066152+00
updated_at2025-09-17 22:31:07.42573+00
descriptionOracle module that makes off-chain data available on-chain.
homepage
repositoryhttps://github.com/open-web3-stack/open-runtime-module-library/tree/master/oracle
max_upload_size
id241699
size125,456
Xiliang Chen (xlc)

documentation

README

Oracle module

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 fed by an authorized operator. This module implements frame_support::traits::InitializeMembers and frame_support::traits::ChangeMembers, to provide a way to manage operators membership. Typically it could be leveraged to pallet_membership in FRAME.

Commit count: 707

cargo fmt