Constant solana_program::rent::ACCOUNT_STORAGE_OVERHEAD

source ยท
pub const ACCOUNT_STORAGE_OVERHEAD: u64 = 128;
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.