pub const TXN_RESERVED: u64 = 500_000;
Expand description

The gas each transaction is configured to reserve. If the gas available in the account, converted to microdiem, falls below this threshold, transactions are expected to fail with an insufficient balance.