Skip to main content

spherenet_monetary_policy_interface/
lib.rs

1#![no_std]
2
3pub mod error;
4pub mod ids;
5pub mod instructions;
6pub mod state;
7
8pub use ids::*;