NIGHT_DECIMALS

const val NIGHT_DECIMALS: Int = 6

Decimal places NIGHT is denominated in: a raw WalletBalance amount is in 10^-NIGHT_DECIMALS NIGHT units (the smallest unit). The one source of this scale — presentation layers (dapp-ui, wallet-runtime notifications) reference this rather than re-hardcoding 6.