From b13caa14c95794aa44e2b7160731040accd87092 Mon Sep 17 00:00:00 2001 From: Jack May Date: Mon, 19 Jul 2021 13:53:00 -0700 Subject: [PATCH] Update simulateTransaction rpc docs (#18762) --- docs/src/developing/clients/jsonrpc-api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/developing/clients/jsonrpc-api.md b/docs/src/developing/clients/jsonrpc-api.md index aebdfb8570..a14901648d 100644 --- a/docs/src/developing/clients/jsonrpc-api.md +++ b/docs/src/developing/clients/jsonrpc-api.md @@ -3282,6 +3282,7 @@ The result will be an RpcResponse JSON object with `value` set to a JSON object - `data: <[string, encoding]|object>`, data associated with the account, either as encoded binary data or JSON format `{: }`, depending on encoding parameter - `executable: `, boolean indicating if the account contains a program \(and is strictly read-only\) - `rentEpoch: `, the epoch at which this account will next owe rent, as u64 +- `unitsConsumed: `, The number of compute budget units consumed during the processing of this transaction #### Example: