jup-lend-sdk 0.2.0

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

use anchor_lang::prelude::Pubkey;

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

pub const LIQUIDITY_PROGRAM_ID: Pubkey = ID;