tensor_escrow/generated/accounts/
mod.rs

1//! This code was AUTOGENERATED using the kinobi library.
2//! Please DO NOT EDIT THIS FILE, instead use visitors
3//! to add features, then rerun kinobi to update it.
4//!
5//! <https://github.com/kinobi-so/kinobi>
6//!
7
8pub(crate) mod r#margin_account;
9pub(crate) mod r#t_swap;
10
11pub use self::r#margin_account::*;
12pub use self::r#t_swap::*;