Skip to content

Commit

Permalink
Update web3py-verifier-fonction-contrat-existence.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Feb 9, 2024
1 parent eb49113 commit 5ec6720
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sources/python/web3py-verifier-fonction-contrat-existence.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Python, Web3 : Déterminer si un contrat contient une fonction donnée

Fonction bien utile qui renverra `True` si une fonction donnée est présente dans un contrat :
Fonction qui renverra `True` si une fonction donnée est présente dans un contrat (adapter `RPC_URL`) :

```{literalinclude} snippets/web3py-verifier-fonction-contrat-existence.py
:lines: 1-11
:emphazise-lines: 4
:language: python
```

Expand Down

0 comments on commit 5ec6720

Please sign in to comment.