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§
- Detection
Location - Represents a location in the source code where an oracle was detected
- Oracle
Detection - Represents a detected oracle usage in the codebase.
- Oracle
Detector - Detector for identifying oracle usage in Solana programs
- Oracle
Report - A report containing all detected oracles and migration recommendations
Enums§
- Confidence
Level - Confidence level for oracle detections
- Oracle
Type - Types of oracles that can be detected in the codebase.