Infrastructure
Compartilhar

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 total
Termos relacionados explorados0/3

Termos Relacionados