lib.rs 268 B

123456789
  1. // See https://github.com/coral-xyz/anchor/blob/master/ts/packages/spl-token/program/lib.rs
  2. use anchor_lang::prelude::*;
  3. declare_id!("FmpfPa1LHEYRbueNMnwNVd2JvyQ89GXGWdyZEXNNKV8w");
  4. // See https://solana.stackexchange.com/a/1858/471
  5. #[program]
  6. pub mod spl_token {}