java.lang.Object
tech.deplant.java4ever.framework.contract.MultisigBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddOwner(BigInteger pubkey) build(Sdk sdk, Credentials deployKeys, Giver giver, BigInteger value) intremoveOwner(BigInteger pubkey) setConfirmations(int confirmations) setDeployKeys(Credentials deployKeys) setType(MultisigWallet.Type type) type()
-
Constructor Details
-
MultisigBuilder
public MultisigBuilder()
-
-
Method Details
-
build
public MultisigWallet build(Sdk sdk, Credentials deployKeys, Giver giver, BigInteger value) throws com.fasterxml.jackson.core.JsonProcessingException, tech.deplant.java4ever.binding.EverSdkException - Throws:
com.fasterxml.jackson.core.JsonProcessingExceptiontech.deplant.java4ever.binding.EverSdkException
-
deployKeys
-
setDeployKeys
-
addOwner
-
removeOwner
-
type
-
setType
-
confirmations
public int confirmations() -
setConfirmations
-