Skip to main content

minimum_balance

Function minimum_balance 

Source
pub const fn minimum_balance(data_len: usize) -> u64
Expand 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.