You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 22, 2025. It is now read-only.
Copy file name to clipboardexpand all lines: docs/src/apps/jsonrpc-api.md
+4
Original file line number
Diff line number
Diff line change
@@ -1107,6 +1107,10 @@ Simulate sending a transaction
1107
1107
#### Results:
1108
1108
1109
1109
An RpcResponse containing a TransactionStatus object
1110
+
The result will be an RpcResponse JSON object with `value`set to a JSON object with the following fields:
1111
+
1112
+
*`err: <object | null>` - Error if transaction failed, null if transaction succeeded. [TransactionError definitions](https://github.com/solana-labs/solana/blob/master/sdk/src/transaction.rs#L14)
1113
+
*`logs: <array | null>` - Array of log messages the transaction instructions output during execution, null if simulation failed before the transaction was able to execute (for example due to an invalid blockhash or signature verification failure)
0 commit comments