Update simulateTransaction rpc docs (#18762)

This commit is contained in:
Jack May 2021-07-19 13:53:00 -07:00 committed by GitHub
parent 23d9fe5fb0
commit b13caa14c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 `{<program>: <state>}`, depending on encoding parameter
- `executable: <bool>`, boolean indicating if the account contains a program \(and is strictly read-only\)
- `rentEpoch: <u64>`, the epoch at which this account will next owe rent, as u64
- `unitsConsumed: <u64 | undefined>`, The number of compute budget units consumed during the processing of this transaction
#### Example: