java.lang.Object
tech.deplant.java4ever.framework.ContractTemplate
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeploy
(Sdk sdk, int workchainId, Map<String, Object> initialData, Credentials credentials, Map<String, Object> constructorInputs) deployFromMsig
(Sdk sdk, Credentials credentials, BigInteger value, Address msigAddress, int workchainId, Map<String, Object> initialData, Map<String, Object> constructorInputs, BigInteger constructorValue) giveAndDeploy
(Sdk sdk, Giver giver, BigInteger value, int workchainId, Map<String, Object> initialData, Credentials credentials, Map<String, Object> constructorInputs) static ContractTemplate
ofSoliditySource
(Solc solc, TvmLinker tvmLinker, String solidityPath, String buildPath, String filename, String contractName)
-
Field Details
-
SAFE_MULTISIG
-
-
Constructor Details
-
ContractTemplate
-
-
Method Details
-
ofSoliditySource
-
insertPublicKey
-
updateInitialData
-
deploy
public Map<String,Object> deploy(Sdk sdk, int workchainId, Map<String, Object> initialData, Credentials credentials, Map<String, throws Sdk.SdkExceptionObject> constructorInputs) - Throws:
Sdk.SdkException
-
giveAndDeploy
public Map<String,Object> giveAndDeploy(Sdk sdk, Giver giver, BigInteger value, int workchainId, Map<String, Object> initialData, Credentials credentials, Map<String, throws Sdk.SdkExceptionObject> constructorInputs) - Throws:
Sdk.SdkException
-
deployFromMsig
public Map<String,Object> deployFromMsig(Sdk sdk, Credentials credentials, BigInteger value, Address msigAddress, int workchainId, Map<String, Object> initialData, Map<String, throws Sdk.SdkExceptionObject> constructorInputs, BigInteger constructorValue) - Throws:
Sdk.SdkException
-