solana_sdk

Module rent_collector

Source
Expand description

calculate and collect rent from Accounts

Structs§

CollectedInfo
Information computed during rent collection
RentCollector

Constants§

RENT_EXEMPT_RENT_EPOCH
When rent is collected from an exempt account, rent_epoch is set to this value. The idea is to have a fixed, consistent value for rent_epoch for all accounts that do not collect rent. This enables us to get rid of the field completely.