pub const MIN_PAYMENT_PROOF_SIZE_BYTES: usize = 32;Expand description
Minimum allowed size for a payment proof in bytes.
This minimum ensures the proof contains at least a basic cryptographic hash or identifier. Proofs smaller than this are rejected as they cannot contain sufficient payment information.