Parse a SUI decimal string into MIST.
BigInt parseToMist(String amount) { return parseToUnits(amount, SUI_DECIMALS); }