Module java4ever.framework
Interface MultisigWallet
- All Known Implementing Classes:
SafeMultisigWallet
,SetcodeMultisigWallet
,SurfMultisigWallet
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic MultisigWallet
deployMultiSig
(MultisigWallet.Type type, Sdk sdk, Giver giver, Credentials keys, BigInteger value, int confirmations, BigInteger... publicKeys) static MultisigWallet
deploySingleSig
(MultisigWallet.Type type, Sdk sdk, Giver giver, Credentials keys, BigInteger value) default FunctionHandle<Void>
give
(String to, BigInteger value) sendTransaction
(Address dest, BigInteger value, Boolean bounce, Integer flags, TvmCell payload) Methods inherited from interface tech.deplant.java4ever.framework.contract.Contract
abi, account, accountBalance, address, credentials, prepareCall, sdk, tvmPubkey
-
Method Details
-
give
-
sendTransaction
FunctionHandle<Void> sendTransaction(Address dest, BigInteger value, Boolean bounce, Integer flags, TvmCell payload) -
deploySingleSig
static MultisigWallet deploySingleSig(MultisigWallet.Type type, Sdk sdk, Giver giver, Credentials keys, BigInteger value) throws com.fasterxml.jackson.core.JsonProcessingException, tech.deplant.java4ever.binding.EverSdkException - Throws:
com.fasterxml.jackson.core.JsonProcessingException
tech.deplant.java4ever.binding.EverSdkException
-
deployMultiSig
static MultisigWallet deployMultiSig(MultisigWallet.Type type, Sdk sdk, Giver giver, Credentials keys, BigInteger value, int confirmations, BigInteger... publicKeys) throws com.fasterxml.jackson.core.JsonProcessingException, tech.deplant.java4ever.binding.EverSdkException - Throws:
com.fasterxml.jackson.core.JsonProcessingException
tech.deplant.java4ever.binding.EverSdkException
-