package
0.3.1
Repository: https://github.com/makerdao/oracle-suite.git
Documentation: pkg.go.dev

# Functions

DetectCycle detects cycle in given graph.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

AggregatorPrice represent a price which was calculated by using other prices.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
IndirectAggregatorNode calculates a price which is a cross rate between all child prices.
MedianAggregatorNode gets Prices from all of its children and calculates median price.
OriginNode contains a Price fetched directly from an origin.
No description provided by the author
OriginPrice represent a price which was sourced directly from an origin.
No description provided by the author

# Interfaces

Aggregator represents a node which can aggregate prices from its children.
Node represents generics node in a graph.
Origin represents a node which provides price directly from an origin.
Parent represents a node to which you can add a child node.