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