orml-oracle

Crates.ioorml-oracle
lib.rsorml-oracle
version0.13.0
sourcesrc
created_at2020-05-14 23:54:54.066152
updated_at2024-06-26 02:54:01.951311
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
size28,601
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 feeded 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: 680

cargo fmt