Skip to main content

Crate wp_solana_orca_whirlpool_client

Crate wp_solana_orca_whirlpool_client 

Source
Expand description

Orca Whirlpool client library.

Low-level client for the Orca Whirlpool concentrated liquidity program, providing account types, GPA filters, PDA derivation, and constants.

Re-exports§

pub use error::Result;
pub use error::WhirlpoolError;
pub use generated::programs::WHIRLPOOL_ID as ID;
pub use constants::*;
pub use generated::accounts::*;
pub use generated::shared::*;
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 Orca Whirlpool program
error
Error types for the Whirlpool client
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
Get Program Accounts (GPA) utilities for Orca Whirlpool
pda
Program Derived Address (PDA) derivation utilities for Orca Whirlpool
state
Hand-written wrappers around codama-generated tick array accounts.