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
{{ message }}
This repository was archived by the owner on Jul 29, 2026. It is now read-only.
Hi,
I have a question about the sendDeploy function
it is defiend as :
sync sendDeploy(provider: ContractProvider, via: Sender, value: bigint)
When we use it, we only assign the last two parameters.
Why this works and where comes the "provider".
Many thanks