We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 501e05a commit 41dddf5Copy full SHA for 41dddf5
content/20.zksync-protocol/10.api/40.zks-rpc.md
@@ -266,15 +266,15 @@ curl --request POST \
266
267
## `zks_getBytecodeByHash`
268
269
-Retrieves the bytecode of a transaction by its hash.
+Retrieves the bytecode of a contract by its bytecode hash.
270
271
#### Parameters
272
273
-1. **DATA, 32 bytes** - hash of the transaction.
+1. **DATA, 32 bytes** - hash of the contract bytecode.
274
275
#### Returns
276
277
-**Array of uint8** - array of the transaction's bytecode.
+**Array of uint8** - array of the contract's bytecode.
278
279
#### Example Request
280
0 commit comments