Crates.io | jupiter-cpi |
lib.rs | jupiter-cpi |
version | 4.0.3 |
source | src |
created_at | 2022-07-26 09:40:04.759192 |
updated_at | 2023-04-13 01:27:53.111943 |
description | Anchor CPI client for the Jupiter program. |
homepage | |
repository | https://github.com/jup-ag/jupiter-cpi |
max_upload_size | |
id | 633066 |
size | 60,762 |
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