java.lang.Object
tech.deplant.java4ever.framework.template.ContractTemplate
tech.deplant.java4ever.framework.template.MsigTemplate
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ContractTvcstatic final ContractTvcstatic final ContractTvc -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeploy3of5(Sdk sdk, Credentials keys, Giver giver, BigInteger value, String pubkey2, String pubkey3, String pubkey4, String pubkey5) deploySingleSig(Sdk sdk, Credentials keys, Giver giver, BigInteger value) static MsigTemplateSAFE()static ContractAbistatic MsigTemplateSETCODE()static ContractAbistatic MsigTemplateSURF()static ContractAbiwithUpdatedInitialData(Sdk sdk, String publicKey) Methods inherited from class tech.deplant.java4ever.framework.template.ContractTemplate
abi, calculateAddress, decodeInitialData, decodeInitialPubkey, deploy, deployWithGiver, doDeploy, isDeployed, tvc, withUpdatedInitialData
-
Field Details
-
SAFE_MULTISIG_TVC
-
SETCODE_MULTISIG_TVC
-
SURF_MULTISIG_TVC
-
-
Constructor Details
-
MsigTemplate
-
-
Method Details
-
SAFE_MULTISIG_ABI
public static ContractAbi SAFE_MULTISIG_ABI() throws com.fasterxml.jackson.core.JsonProcessingException- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
SETCODE_MULTISIG_ABI
public static ContractAbi SETCODE_MULTISIG_ABI() throws com.fasterxml.jackson.core.JsonProcessingException- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
SURF_MULTISIG_ABI
public static ContractAbi SURF_MULTISIG_ABI() throws com.fasterxml.jackson.core.JsonProcessingException- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
SAFE
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
SETCODE
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
SURF
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
withUpdatedInitialData
public ContractTemplate withUpdatedInitialData(Sdk sdk, String publicKey) throws tech.deplant.java4ever.binding.EverSdkException - Throws:
tech.deplant.java4ever.binding.EverSdkException
-
deploySingleSig
public Msig deploySingleSig(Sdk sdk, Credentials keys, Giver giver, BigInteger value) throws tech.deplant.java4ever.binding.EverSdkException - Throws:
tech.deplant.java4ever.binding.EverSdkException
-
deploy3of5
public Msig deploy3of5(Sdk sdk, Credentials keys, Giver giver, BigInteger value, String pubkey2, String pubkey3, String pubkey4, String pubkey5) throws tech.deplant.java4ever.binding.EverSdkException - Throws:
tech.deplant.java4ever.binding.EverSdkException
-