java.lang.Object
tech.deplant.java4ever.framework.contract.AbstractContract
tech.deplant.java4ever.framework.contract.GiverContract
tech.deplant.java4ever.framework.contract.GiverV2Contract
- All Implemented Interfaces:
Contract
Java wrapper class for usage of GiverV2Contract contract for Everscale blockchain.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionGiverV2Contract
(int contextId, String address) GiverV2Contract
(int contextId, String address, ContractAbi abi) GiverV2Contract
(int contextId, String address, ContractAbi abi, Credentials credentials) GiverV2Contract
(int contextId, String address, Credentials credentials) -
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, subscribeOnAccount, subscribeOnIncomingMessages, subscribeOnOutgoingMessages, subscribeOnTransactions, waitForTransaction
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
-
GiverV2Contract
public GiverV2Contract(int contextId, String address) throws com.fasterxml.jackson.core.JsonProcessingException - Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
GiverV2Contract
-
GiverV2Contract
public GiverV2Contract(int contextId, String address, Credentials credentials) throws com.fasterxml.jackson.core.JsonProcessingException - Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
GiverV2Contract
-
-
Method Details
-
DEFAULT_ABI
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
upgrade
-
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
-
getMessages
-