spherenet-program-whitelist-interface 0.1.2

Interface of SphereNet's Program Whitelist Program
Documentation
1
2
3
4
5
6
7
8
9
10
#![no_std]

pub mod address;
pub mod error;
pub mod ids;
pub mod instructions;
pub mod onchain;
pub mod state;

pub use ids::*;