Expand description
Tier 1 — on-chain state queries for an owner’s token accounts.
Structs§
- Mint
AndAta - Per-mint state: the mint account itself, the ATA address, and the ATA account if it currently exists on chain.
- Token
Account State - On-chain state for an owner’s token accounts across a set of mints.
Functions§
- assemble_
token_ account_ state - Assemble token account state from caller-provided mint accounts. Performs
one RPC
get_multiple_accountscall (ATAs only). - fetch_
token_ account_ state - Fetch the on-chain state for an owner across a set of mints. Performs
two RPC
get_multiple_accountscalls (mints, then ATAs).