Expand description
Jupiter Lend Oracle client library.
Low-level client for the Jupiter Lend Oracle Anchor program, providing account types, GPA filters, PDA derivation, and constants.
Re-exports§
pub use error::OracleError;pub use error::Result;pub use constants::*;pub use generated::shared::*;pub use generated::accounts::*;pub use generated::instructions::*;pub use generated::programs::*;pub use generated::types::*;pub use gpa::*;pub use pda::*;pub use state::*;
Modules§
- constants
- Constants for the Jupiter Lend Oracle program.
- error
- generated
- This code was AUTOGENERATED using the codama library. Please DO NOT EDIT THIS FILE, instead use visitors to add features, then rerun codama to update it.
- gpa
- GPA filter constructors.
- pda
- Hand-written PDA helpers for the Jupiter Lend Oracle program.
- state
- Hand-written re-exports — populated as needed.