MethodProp.IS_CONSTRUCTOR
A constructor function in a smart contract is called when the smart contract is instantiated, and can be used to set initial values of state variables within the contract
An example of a smart contract with a constructor is:
An example of a query which will select constructor functions is:
Output
Last updated