Infrastructure
RPC Methods
📖O que é
The enumerated JSON-RPC endpoints exposed by Solana nodes, covering account queries (getAccountInfo, getMultipleAccounts, getProgramAccounts), block and transaction retrieval (getBlock, getTransaction), cluster metadata (getEpochInfo, getSlot, getVersion), and transaction submission (sendTransaction, simulateTransaction). Methods accept a Commitment parameter (processed, confirmed, finalized) to control the recency-vs-safety tradeoff of returned data.
Sua exploração
0 termos visitados no totalTermos relacionados explorados0/3
Termos Relacionados
RPC (Chamada de Procedimento Remoto)Infrastructure
The JSON-RPC 2.0 protocol interface through which clients communicate with Solana nodes to…
Ver termo →getAccountInfoInfrastructure
An RPC method that returns the complete on-chain state of a single account identified by i…
Ver termo →getTransactionInfrastructure
An RPC method that retrieves a confirmed or finalized transaction by its base-58 signature…
Ver termo →