sendTransaction (RPC)
The Solana RPC method that submits a fully signed, serialized transaction to the cluster for processing. The transaction is passed as a base64-encoded string. By default, the RPC node performs preflight checks (simulation) before forwarding to the leader; this can be disabled with skipPreflight for lower latency at the risk of submitting invalid transactions. The method returns the transaction signature immediately without waiting for confirmation. Clients must separately poll or subscribe for confirmation status.
Sua exploração
0 termos visitados no totalTermos Relacionados
The enumerated JSON-RPC endpoints exposed by Solana nodes, covering account queries (getAc…
Ver termo →An atomic unit of execution containing one or more instructions, a recent blockhash, and o…
Ver termo →The outcome of a transaction being successfully included and confirmed in a Solana block, …
Ver termo →