spherenet-program-whitelist-client 0.2.0

A generated Rust library for the Program Whitelist program
Documentation
//! This code was AUTOGENERATED using the codama library.
//! Please DO NOT EDIT THIS FILE, instead use visitors
//! to add features, then rerun codama to update it.
//!
//! <https://github.com/codama-idl/codama>
//!

pub(crate) mod r#accept_authority_transfer;
pub(crate) mod r#add_entry;
pub(crate) mod r#cancel_authority_transfer;
pub(crate) mod r#create_whitelist;
pub(crate) mod r#initiate_authority_transfer;
pub(crate) mod r#remove_entry;

pub use self::r#accept_authority_transfer::*;
pub use self::r#add_entry::*;
pub use self::r#cancel_authority_transfer::*;
pub use self::r#create_whitelist::*;
pub use self::r#initiate_authority_transfer::*;
pub use self::r#remove_entry::*;