1 2 3 4 5 6
//! Instruction types #![deprecated( since = "8.1.0", note = "Use spl_token_interface::instruction instead and remove spl_token as a dependency" )] pub use spl_token_interface::instruction::*;