pub fn round_to_significant_digits(value: Decimal, sig_figs: u32) -> Decimal
Round a decimal to N significant digits
This matches the TypeScript SDK’s toSignificantDigits function
toSignificantDigits