jup-lend-sdk 0.2.7

SDK for Jupiter lending protocol
Documentation
1
2
3
4
5
6
7
8
9
pub mod constants;
pub mod errors;
pub mod pda;

use anchor_lang::prelude::Pubkey;

use crate::programs::liquidity::ID;

pub const LIQUIDITY_PROGRAM_ID: Pubkey = ID;