use ZeroCopy;
use crate::;
/// Action to decompress a compressed mint to a Mint Solana account.
/// Creates a Mint PDA that becomes the source of truth for the mint state.
///
/// Mint is ALWAYS compressible - `rent_payment` must be >= 2.
/// rent_payment == 0 or 1 is rejected (epoch boundary edge case).