spherenet-monetary-policy-interface 0.3.1

Interface definitions for the SphereNet Monetary Policy program
Documentation
1
2
3
4
5
6
7
8
#![no_std]

pub mod error;
pub mod ids;
pub mod instructions;
pub mod state;

pub use ids::*;