Skip to content

Commit

Permalink
Updated Arbitrum getCode
Browse files Browse the repository at this point in the history
  • Loading branch information
productshiv committed May 15, 2024
1 parent 4642a13 commit c025a92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ await tatum.destroy() // Destroy Tatum SDK - needed for stopping background jobs

The `eth_getCode` method is part of the JSON-RPC API, which allows users to interact with the blockchain. This method is specifically used to retrieve the contract code (bytecode) of an account at a specific block number. It is helpful when developers need to examine the bytecode of a deployed contract or validate that the contract code on the blockchain matches the intended code.

Use cases for this method could include:
Use cases for this method could include the following:

- Debugging a smart contract
- Verifying the integrity of a deployed contract
Expand Down

0 comments on commit c025a92

Please sign in to comment.