Le contrat intelligent appelle la méthode d'un autre contrat intelligent avec SmartPyPyPy
1 réponses
- votes
Ilexiste unexemple demodèleici: https://smartpy.io/dev/index.html?template=colatz.py .
La documentationestici: http://smartpy.io/dev/reference.html#_Contract_and_address .
Fondamentalement:
Définissez votre contrat cible
c=SP.Contract (sp.Tint,adresse_of_the_target_contract,entrée_point="foo"). Ouvrir_some ()
Utilisez sp.Transfer (-42,sp.mutez (0),c)
There is an example template here: https://smartpy.io/dev/index.html?template=collatz.py.
The documentation is here: http://smartpy.io/dev/reference.html#_contract_and_address.
Basically:
define your target contract
c = sp.contract(sp.TInt, address_of_the_target_contract, entry_point = "foo").open_some()
use sp.transfer(-42, sp.mutez(0), c)
Commentpuis-je appeler uneméthode de contratintelligente d'un autre contratintelligent avec SmartPy?
utiliser cas:
L'imagination d'imaginer quenous avons:
Mercibeaucoup.