Expand description
Account RPC utils.
Structs§
- Program
Accounts Config - Program Accounts Config.
- Program
Accounts Config ForRpc - Program Accounts Config.
Functions§
- account_
with_ context - Return the decoded account at the given address, along with context.
- accounts_
lazy_ with_ context - Returns all program accounts of the given type matching the specified filters as an iterator, along with context. Deserialization is executed lazily.
- get_
account_ with_ context - Get account with context.
- get_
program_ accounts_ with_ context - Get program accounts with context.
- get_
token_ accounts_ by_ owner_ with_ context - Get token accounts by owner and return with the context.