solana_accounts_db::tiered_storage

Module owners

Source

Structs§

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

Enums§

OwnersBlockFormat
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.