Infrastructure
getMultipleAccounts
📖O que é
A Solana RPC method that fetches the account data for up to 100 public keys in a single request, returning an array of AccountInfo objects in the same order as the input keys. This batched approach is significantly more efficient than calling getAccountInfo repeatedly, reducing round trips and RPC load. It supports the same encoding and commitment parameters as getAccountInfo. Accounts that do not exist return null in the response array.
Sua exploração
0 termos visitados no totalTermos relacionados explorados0/3
Termos Relacionados
RPC MethodsInfrastructure
The enumerated JSON-RPC endpoints exposed by Solana nodes, covering account queries (getAc…
Ver termo →getAccountInfoInfrastructure
An RPC method that returns the complete on-chain state of a single account identified by i…
Ver termo →ContaProgramming Model
The fundamental data storage unit on Solana. Every piece of state is stored in an account …
Ver termo →