java.lang.Object
tech.deplant.java4ever.binding.json.JsonData
tech.deplant.java4ever.binding.Abi.DeploySet
- Enclosing class:
- Abi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList of initial values for contract's public variables.Optional public key that can be provided in deploy set in order to substitute one in TVM file or provided by Signer.Target workchain for destination address.
-
Constructor Details
-
DeploySet
public DeploySet()
-
-
Method Details
-
workchainId
Target workchain for destination address. -
initialData
List of initial values for contract's public variables. -
initialPubkey
Optional public key that can be provided in deploy set in order to substitute one in TVM file or provided by Signer.
-