Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Update api/methods/simulateTransaction.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Bellamy <[email protected]>
  • Loading branch information
2opremio and paulbellamy authored May 22, 2023
1 parent 30e968e commit 1f10067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/methods/simulateTransaction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Submit a trial contract invocation to get back return values, expected transacti
- `xdr`: `<xdr.ScVal>` - (optional) Only present on success. xdr-encoded return value of the Host Function call.
- `auth`: `<xdr.ContractAuth[]>` - Per-address authorizations recorded when simulating this Host Function call. (an array of serialized base64 strings)
- `transactionData`: `<xdr.SorobanTransactionData>` - The Soroban Transaction Data used when simulating this operation. (serialized in a base64 string).
- `events`: `<xdr.DiagnosticEvent[]>` - Events emitted during the all the contract invocation(s). (an array of serialized base64 strings)
- `events`: `<xdr.DiagnosticEvent[]>` - Events emitted during all of the contract invocation(s). (an array of serialized base64 strings)
- `latestLedger`: `<string>` - Stringified-number of the current latest ledger observed by the node when this response was generated.
- `error`: `<string>` - (optional) only present if the transaction failed. This field will include more details from `stellar-core` about why the invoke host function call failed.

Expand Down

0 comments on commit 1f10067

Please sign in to comment.