sss-token 1.0.1

Solana Stablecoin Standard - Token Program with blacklist, seize, freeze, and GENIUS Act compliance
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod allowlist;
pub mod audit;
pub mod blacklist;
pub mod config;
pub mod minter;
pub mod reserve;
pub mod roles;

pub use allowlist::*;
pub use audit::*;
pub use blacklist::*;
pub use config::*;
pub use minter::*;
pub use reserve::*;
pub use roles::*;