Module java4ever.framework
Class EverWalletContract
java.lang.Object
tech.deplant.java4ever.framework.contract.AbstractContract
tech.deplant.java4ever.framework.contract.GiverContract
tech.deplant.java4ever.framework.contract.EverWalletContract
-
Constructor Summary
ConstructorsConstructorDescriptionEverWalletContract
(int sdk, Address address, tech.deplant.java4ever.binding.Abi.Signer signer) Instantiates a new EVER WAllet contract.EverWalletContract
(int sdk, Address address, Credentials credentials) Instantiates a new EVER WAllet contract. -
Method Summary
Modifier and TypeMethodDescriptionstatic ContractAbi
sendTransaction
(Address dest, BigInteger value, Boolean bounce) Send transaction function handle.Methods inherited from class tech.deplant.java4ever.framework.contract.GiverContract
give
Methods inherited from class tech.deplant.java4ever.framework.contract.AbstractContract
abi, address, contextId, credentials, equals, functionCallBuilder, hashCode, signer, subscribeOnAccount, subscribeOnIncomingMessages, subscribeOnOutgoingMessages, subscribeOnTransactions
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface tech.deplant.java4ever.framework.contract.Contract
account, accountBalance, decodeMessageBoc, prepareCall
-
Constructor Details
-
EverWalletContract
public EverWalletContract(int sdk, Address address, Credentials credentials) throws com.fasterxml.jackson.core.JsonProcessingException Instantiates a new EVER WAllet contract.- Parameters:
sdk
- the sdkaddress
- the addresscredentials
- the credentials- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
EverWalletContract
public EverWalletContract(int sdk, Address address, tech.deplant.java4ever.binding.Abi.Signer signer) throws com.fasterxml.jackson.core.JsonProcessingException Instantiates a new EVER WAllet contract.- Parameters:
sdk
- the sdkaddress
- the addresssigner
- the credentials- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-
Method Details
-
DEFAULT_ABI
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
sendTransaction
Description copied from class:GiverContract
Send transaction function handle.- Specified by:
sendTransaction
in classGiverContract
- Parameters:
dest
- the destvalue
- the valuebounce
- the bounce- Returns:
- the function handle
-