orca_sol/
lib.rs

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