Static ENFORCE_TOKEN_BALANCE_CHECK
pub static ENFORCE_TOKEN_BALANCE_CHECK: Mutex<bool>
Expand description
The currently selected setting for enforcing balance checks during token account preparation. When true, the system will assert that token accounts have sufficient balance before proceeding. When false, balance checks are skipped, allowing users to get quotes and instructions even with insufficient balance.