mallow-auction-client 0.2.0

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

pub mod generated;

pub use generated::*;