Skip to main content

mallow_auction_client/
lib.rs

1//! Codama-generated Rust client for the `mallow_auction` Anchor program.
2//!
3//! Regenerate from the IDL at `target/idl/mallow_auction.json`:
4//!
5//! ```sh
6//! anchor build && pnpm generate:rust-clients
7//! ```
8//!
9//! Do not edit anything under `src/generated/` by hand.
10
11pub mod generated;
12
13pub use generated::*;