mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-07-18 05:40:01 +00:00
11 lines
179 B
Rust
11 lines
179 B
Rust
//! The Associated Token Account Program implementation.
|
|
|
|
pub use associated_token_account_core as core;
|
|
|
|
pub mod burn;
|
|
pub mod create;
|
|
pub mod transfer;
|
|
|
|
#[cfg(test)]
|
|
mod tests;
|