Skip to content
Discussion options

You must be logged in to vote

METEORA_DLMM_POOL_SIZE=904
METEORA_DLMM_PROGRAM=LBUZKhRxPF3XUpBCjp4YzTKgLccjZhTSDM9YuVaPwxo

#[derive(Debug)]
pub struct LiquidityPool {
// Account Discriminator (8 bytes)
pub parameters: StaticParameters, // 32 bytes
pub v_parameters: VariableParameters, // 32 bytes
pub bump_seed: u8, // 1 byte
pub bin_step_seed: [u8; 2], // 2 bytes
pub pair_type: u8, // 1 byte
pub active_id: i32, // 4 bytes
pub bin_step: u16, // 2 bytes
pub status: u8, // 1 byte
pub require_base_factor_seed: u8, // 1 byte
pub base_factor_seed: [u8; 2], // 2 bytes
pub activation_type: u8, // 1 byte
pub creator_pool_on_off_control: u8, // 1 byte
pub token_x_mint: Pubkey, // 32 bytes
pub token_y_mint: Pubkey, // 32 bytes
pu…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by haihaidavid6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants