commerce_program_client/generated/mod.rs
1//! This code was AUTOGENERATED using the codama library.
2//! Please DO NOT EDIT THIS FILE, instead use visitors
3//! to add features, then rerun codama to update it.
4//!
5//! <https://github.com/codama-idl/codama>
6//!
7
8 pub mod accounts;
9 pub mod errors;
10 pub mod instructions;
11 pub mod programs;
12 pub mod shared;
13 pub mod types;
14
15 pub(crate) use programs::*;