📑Smart Contract Configuration
How to change the configuration of your SmartContract
When you create an SmartContract, you provide some configuration values.
You can check this values and modify then by the Configurator class in the SmartContract.
This checks the status of the blockchain and gives the information of the current SmartContract configuration.
You can also modify these values by using the Configurator:
There is one method per configuration field. Check the SmartContract Configuration values if you want to know more about this.
Last updated