Crate solana_rent

Source
Expand description

Configuration for network rent.

Structs§

Rent
Configuration of network rent.

Enums§

RentDue
The return value of Rent::due.

Constants§

ACCOUNT_STORAGE_OVERHEAD
Account storage overhead for calculation of base rent.
DEFAULT_BURN_PERCENT
Default percentage of collected rent that is burned.
DEFAULT_EXEMPTION_THRESHOLD
Default amount of time (in years) the balance has to include rent for the account to be rent exempt.
DEFAULT_LAMPORTS_PER_BYTE_YEAR
Default rental rate in lamports/byte-year.