sss-token 0.1.0

Solana Stablecoin Standard - Token Program with blacklist, seize, freeze, and GENIUS Act compliance
Documentation
pub mod attest_reserve;
pub mod blacklist_add;
pub mod blacklist_remove;
pub mod burn;
pub mod freeze;
pub mod initialize;
pub mod mint;
pub mod pause;
pub mod seize;
pub mod thaw;
pub mod transfer_authority;
pub mod unpause;
pub mod update_minter;
pub mod update_roles;

pub use attest_reserve::*;
pub use blacklist_add::*;
pub use blacklist_remove::*;
pub use burn::*;
pub use freeze::*;
pub use initialize::*;
pub use mint::*;
pub use pause::*;
pub use seize::*;
pub use thaw::*;
pub use transfer_authority::*;
pub use unpause::*;
pub use update_minter::*;
pub use update_roles::*;