pub const ACCOUNT_STORAGE_OVERHEAD: u64 = 128; // 128u64
Expand description

Account storage overhead for calculation of base rent.

This is the number of bytes required to store an account with no data. It is added to an accounts data length when calculating Rent::minimum_balance.