Module oracle

Module oracle 

Source
Expand description

Oracle detection and analysis.

This module provides functionality to detect and analyze oracle usage in Solana programs, with support for various oracle providers like Pyth, Switchboard, and Chainlink. Oracle detection and analysis module for the SOON Network migration tool.

This module provides functionality to detect and analyze oracle usage in Solana programs, with support for various oracle providers like Pyth, Switchboard, and Chainlink.

Structs§

DetectionLocation
Represents a location in the source code where an oracle was detected
OracleDetection
Represents a detected oracle usage in the codebase.
OracleDetector
Detector for identifying oracle usage in Solana programs
OracleReport
A report containing all detected oracles and migration recommendations

Enums§

ConfidenceLevel
Confidence level for oracle detections
OracleType
Types of oracles that can be detected in the codebase.