pub fn to_human_readable_decimal(_symbol: &str, size: Decimal) -> Decimal
Convert contract units (Decimal) to human-readable size (Decimal).
symbol
size
Human-readable size as Decimal (e.g., 1_000_000 -> 1.0 BTC)