pub const fn minimum_balance(data_len: usize) -> u64Expand description
Minimum lamport balance for an account with data_len bytes of
data to be rent-exempt under the current Solana cluster constants.
(data_len + 128) * 3480 * 2 — constant-folded at the call site
when data_len is a const.