pub fn quantize_funding_amount(amount: u128) -> Result<u32, String>
Quantize a funding amount from 12 decimal places to 2 decimal places Returns an error if the quantized value doesn’t fit in u32