πProduct
#[account]
pub struct Product {
pub authority: Pubkey,
pub first_id: [u8; 32],
pub second_id: [u8; 32],
pub marketplace: Pubkey,
pub product_mint: Pubkey,
pub merkle_tree: Pubkey,
pub seller_config: SellerConfig,
pub bumps: ProductBumps,
}Seller Configuration
Product Bumps
Last updated