commerce-program-client 0.0.1

Rust client for the Commerce 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#clear_payment;
  pub(crate) mod r#close_payment;
  pub(crate) mod r#create_operator;
  pub(crate) mod r#emit_event;
  pub(crate) mod r#initialize_merchant;
  pub(crate) mod r#initialize_merchant_operator_config;
  pub(crate) mod r#make_payment;
  pub(crate) mod r#refund_payment;
  pub(crate) mod r#update_merchant_authority;
  pub(crate) mod r#update_merchant_settlement_wallet;
  pub(crate) mod r#update_operator_authority;

  pub use self::r#clear_payment::*;
  pub use self::r#close_payment::*;
  pub use self::r#create_operator::*;
  pub use self::r#emit_event::*;
  pub use self::r#initialize_merchant::*;
  pub use self::r#initialize_merchant_operator_config::*;
  pub use self::r#make_payment::*;
  pub use self::r#refund_payment::*;
  pub use self::r#update_merchant_authority::*;
  pub use self::r#update_merchant_settlement_wallet::*;
  pub use self::r#update_operator_authority::*;