tutorials
tutorials copied to clipboard
a question about the sendDeploy function
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