java.lang.Object
tech.deplant.java4ever.framework.template.ContractTemplate
tech.deplant.java4ever.framework.template.MsigTemplate
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ContractTvc
static final ContractTvc
static 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 MsigTemplate
SAFE()
static ContractAbi
static MsigTemplate
SETCODE()
static ContractAbi
static MsigTemplate
SURF()
static ContractAbi
withUpdatedInitialData
(Sdk sdk, String publicKey) Methods inherited from class tech.deplant.java4ever.framework.template.ContractTemplate
abi, addressFromEncodedTvc, 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
-