Programming Model
Simulate Transaction
📖O que é
The simulateTransaction RPC method that dry-runs a transaction against a specified bank state without submitting it to the network or consuming fees. Simulation returns the execution result including logs, compute units consumed, return data, and any error. Developers use simulation to estimate CU usage, debug program errors, and verify transaction correctness before sending. Simulation does not require valid signatures.
Sua exploração
0 termos visitados no totalTermos relacionados explorados0/3
Termos Relacionados
Preflight CheckProgramming Model
An RPC-level simulation that runs a transaction against the current bank state before forw…
Ver termo →RPC (Chamada de Procedimento Remoto)Infrastructure
The JSON-RPC 2.0 protocol interface through which clients communicate with Solana nodes to…
Ver termo →Unidades de Computação (CU)Programming Model
A measure of computational resources consumed by transaction execution, analogous to gas o…
Ver termo →