so, I can set the gas cost specifically for my contract? I thought only the user can change the gas cost when he want to speed the transaction
Mar 20, 2023, 10:02 PM
yes
you can control the gas cost of your contract's functions by setting the gas cost of each operation in your code
Mar 20, 2023, 10:04 PM
but if I do it will be permanent. right?
Mar 20, 2023, 10:05 PM
yes, once you set the gas cost for an operation in your contract, it will be permanent and cannot be changed without modifying the contract code and deploying a new version of the contract.
Mar 20, 2023, 10:06 PM
thanks, need to read more about it
Mar 20, 2023, 10:09 PM
welcome
Mar 20, 2023, 10:09 PM