# Functions
No description provided by the author
CutZeroFractional cuts off a decimal separator and zeros to the right.
DecimalExp calculates dec * 10^exp in decimal string representation.
DecimalToSatoshis removes the comma in a decimal string "12.345" => "12345" "0.0230" => "230".
No description provided by the author
0.1010 => "0.101".
No description provided by the author
No description provided by the author
No description provided by the author
HexToDecimal converts a hexadecimal integer to a base-10 integer "0x1fbad5f2e25570000" => "36582000000000000000".
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
"0.00037500" => 0.000375, "non-string-number" => 0.
No description provided by the author
No description provided by the author