Skip to main content

Crate wp_solana_jupiter_vaults_client

Crate wp_solana_jupiter_vaults_client 

Source
Expand description

Jupiter Lend Vaults client library.

Low-level client for the Jupiter Lend Vaults Anchor program, providing account types, GPA filters, PDA derivation, and constants.

Re-exports§

pub use error::Result;
pub use error::VaultsError;
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 Vaults 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 Vaults program.
state
Hand-written re-exports — populated as needed.