Expand description
Unified account interfaces for hot/cold account handling.
Core types:
AccountInterface- Generic account (PDAs, mints)TokenAccountInterface- Token accounts (ATAs, program-owned vaults)
All interfaces use standard Solana/SPL types:
solana_account::Accountfor raw account dataspl_token_2022_interface::pod::PodAccountfor parsed token data
Structs§
- Account
Interface - Unified account interface for PDAs, mints, and tokens.
- Token
Account Interface - Token account interface with both raw and parsed data.
Enums§
- Account
Interface Error - Error type for account interface operations.