pub const MAX_AMOUNT: u64 = u64::MAX; // 18_446_744_073_709_551_615u64
Sentinel value that tells the program to use the maximum available amount (e.g. repay all debt, withdraw all collateral).