From 1f10067175910890f05c243304d46272ad79af71 Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Mon, 22 May 2023 18:37:58 +0200 Subject: [PATCH] Update api/methods/simulateTransaction.mdx Co-authored-by: Paul Bellamy --- api/methods/simulateTransaction.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/methods/simulateTransaction.mdx b/api/methods/simulateTransaction.mdx index c2d06cc8..12503276 100644 --- a/api/methods/simulateTransaction.mdx +++ b/api/methods/simulateTransaction.mdx @@ -19,7 +19,7 @@ Submit a trial contract invocation to get back return values, expected transacti - `xdr`: `` - (optional) Only present on success. xdr-encoded return value of the Host Function call. - `auth`: `` - Per-address authorizations recorded when simulating this Host Function call. (an array of serialized base64 strings) - `transactionData`: `` - The Soroban Transaction Data used when simulating this operation. (serialized in a base64 string). - - `events`: `` - Events emitted during the all the contract invocation(s). (an array of serialized base64 strings) + - `events`: `` - Events emitted during all of the contract invocation(s). (an array of serialized base64 strings) - `latestLedger`: `` - Stringified-number of the current latest ledger observed by the node when this response was generated. - `error`: `` - (optional) only present if the transaction failed. This field will include more details from `stellar-core` about why the invoke host function call failed.