solana_accounts_db::tiered_storage

Module owners

Source

Structs§

  • The offset to an owner entry in the owners block. This is used to obtain the address of the account owner.
  • The in-memory representation of owners block for write. It manages a set of unique addresses of account owners.

Enums§

  • Owner block holds a set of unique addresses of account owners, and an account meta has a owner_offset field for accessing it’s owner address.