Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters for method simulateTransaction: [transaction, config]Positional parameters for
simulateTransaction:params[0]: Transaction as an encoded string (base58 or base64 depending on config). The transaction must have a valid blockhash but is not required to be signed.params[1]: Optional configuration object.
Returns
Simulated transaction execution result.