Fetch the minimum lamport balance required to make an account with the given data length rent-exempt.
HTTP transport instance
Size of the account data in bytes
Desired commitment level
Additional call options
Minimum balance in lamports
const lamports = await getMinimumBalanceForRentExemption(transport, 165); Copy
const lamports = await getMinimumBalanceForRentExemption(transport, 165);
1.0.0
Fetch the minimum lamport balance required to make an account with the given data length rent-exempt.