commerce_program_client/generated/instructions/
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(crate) mod r#clear_payment;
9  pub(crate) mod r#close_payment;
10  pub(crate) mod r#create_operator;
11  pub(crate) mod r#emit_event;
12  pub(crate) mod r#initialize_merchant;
13  pub(crate) mod r#initialize_merchant_operator_config;
14  pub(crate) mod r#make_payment;
15  pub(crate) mod r#refund_payment;
16  pub(crate) mod r#update_merchant_authority;
17  pub(crate) mod r#update_merchant_settlement_wallet;
18  pub(crate) mod r#update_operator_authority;
19
20  pub use self::r#clear_payment::*;
21  pub use self::r#close_payment::*;
22  pub use self::r#create_operator::*;
23  pub use self::r#emit_event::*;
24  pub use self::r#initialize_merchant::*;
25  pub use self::r#initialize_merchant_operator_config::*;
26  pub use self::r#make_payment::*;
27  pub use self::r#refund_payment::*;
28  pub use self::r#update_merchant_authority::*;
29  pub use self::r#update_merchant_settlement_wallet::*;
30  pub use self::r#update_operator_authority::*;
31