spl_token/
instruction.rs

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