usdc-plus-exchange 0.1.7

USDC <-> USDC+ exchange library for the Reflect protocol.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod reflect;
mod drift;
pub mod ids;
mod errors;
mod exchange;
mod spl_mint;

pub use errors::ReflectErrorCodes;
pub use exchange::{
    exchange_rate_usdc_input,
    exchange_rate_receipt_input,
    exchange_rate_usdc_accounts,
    exchange_rate_receipt_accounts,
    get_exchange_components
};