commerce_program_client/generated/programs.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
8use solana_pubkey::{pubkey, Pubkey};
9
10
11 /// `commerce_program` program ID.
12 pub const COMMERCE_PROGRAM_ID: Pubkey = pubkey!("commkU28d52cwo2Ma3Marxz4Qr9REtfJtuUfqnDnbhT");
13