1 2 3 4 5 6
//! Token account state types. //! //! The canonical types live in `solana_token_toolkit`. This file is a thin //! re-export so existing import paths keep resolving. pub use solana_token_toolkit::{MintAndAta, TokenAccountState};