You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the function Contract::deploy returns the contract id, even though contract id can be derived from an instance of contract at any time. But the implementation of the deploy function just ignores the transaction id in which the contract was deployed. In some cases this tx id could be useful
The text was updated successfully, but these errors were encountered:
Currently the function
Contract::deploy
returns the contract id, even though contract id can be derived from an instance of contract at any time. But the implementation of thedeploy
function just ignores the transaction id in which the contract was deployed. In some cases this tx id could be usefulThe text was updated successfully, but these errors were encountered: