package
0.0.0-20241120074608-6378e9d597be
Repository: https://github.com/orcfax/oracle-suite.git
Documentation: pkg.go.dev

# Functions

ConstructMedianPokeMessage returns the message expected to be signed via ECDSA for calling Median.poke method.
ConstructScribeOpPokeMessage returns the message expected to be signed via ECDSA for calling OpScribe.opPoke method.
ConstructScribePokeMessage returns the message expected to be signed via ECDSA for calling Scribe.poke method.
FeedIDsFromAddresses returns a FeedIDs from a list of feed addresses.
FeedIDsFromIDs returns a FeedIDs from a list of feed IDs.
NewChainlog creates a new Chainlog instance.
NewFeedRegistry creates a new FeedRegistry instance.
NewMedian creates a new Median instance.
NewOpScribe creates a new OpScribe instance.
No description provided by the author
NewScribe creates a new Scribe instance.
NewWatRegistry creates a new WatRegistry instance.

# Constants

MedianPricePrecision is the precision of the price value in the Median contract as a number of decimal places after the decimal point.
ScribePricePrecision is the precision of the price value in the Scribe contract as a number of decimal places after the decimal point.

# Structs

Chainlog allows interacting with the Chainlog contract.
No description provided by the author
No description provided by the author
ECDSADataStruct represents the ECDSAData struct in the IScribe interface.
FeedRegistry allows interacting with the FeedRegistry contract.
Median allows interacting with the Median contract.
No description provided by the author
OpScribe allows interacting with the OpScribe contract.
No description provided by the author
PokeDataStruct represents the PokeData struct in the IScribe interface.
Registry is a wrapper around the FeedRegistry and WatRegistry contracts.
No description provided by the author
SchnorrDataStruct represents the SchnorrData struct in the IScribe interface.
Scribe allows interacting with the Scribe contract.
No description provided by the author
WatRegistry allows interacting with the WatRegistry contract.

# Type aliases

FeedIDs contains list of feed IDs.