Expand description

calculate and collect rent from Accounts

Structs

Enums

  • RentResult 🔒
    when rent is collected for this account, this is the action to apply to the account
  • __Field 🔒

Constants

  • FIELDS 🔒
  • 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.