anchor-spl 1.0.1

CPI clients for SPL programs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
use anchor_lang::declare_id;
pub use srm::ID as SRM;
mod srm {
    use super::*;
    declare_id!("SRMuApVNdxXokk5GT7XD5cUUgXMBCoAz2LHeuAoKWRt");
}

pub use usdc::ID as USDC;
mod usdc {
    use super::*;
    declare_id!("EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v");
}