CPI helpers for the Jupiter program.
This crate is using anchor-gen to automatically generate a crate from the Jupiter Anchor JSON IDL.
let swap_ix = Instruction {
program_id: jupiter_cpi::ID,
accounts,
data: jupiter_override::Route {
swap_leg,
in_amount: quote_response.in_amount,
quoted_out_amount: 0,
slippage_bps: 0,
platform_fee_bps: 0,
}
.data(),
};
Apache 2.0