jup-lend-sdk 0.2.0

SDK for Jupiter lending protocol
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod borrow;
pub mod flashloan;
pub mod liquidity;
pub mod math;
pub mod oracle;
pub mod programs;

pub use anchor_client::solana_sdk::{commitment_config::CommitmentConfig, signature::Keypair};
pub use anchor_client::Cluster;
pub use anchor_lang::prelude::Pubkey;