Module java4ever.framework
Class TIP4WalletContract
java.lang.Object
tech.deplant.java4ever.framework.contract.AbstractContract
tech.deplant.java4ever.framework.contract.tip4.TIP4WalletContract
- All Implemented Interfaces:
Contract
Java wrapper class for usage of TIP4WalletContract contract for Everscale blockchain.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic final record -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionTIP4WalletContract(int contextId, String address) TIP4WalletContract(int contextId, String address, ContractAbi abi) TIP4WalletContract(int contextId, String address, ContractAbi abi, Credentials credentials) TIP4WalletContract(int contextId, String address, Credentials credentials) -
Method Summary
Modifier and TypeMethodDescriptionstatic ContractAbiowner()sendTransaction(Address dest, BigInteger value, Boolean bounce, Integer flags, TvmCell payload) transferOwnership(BigInteger newOwner) Methods inherited from class tech.deplant.java4ever.framework.contract.AbstractContract
abi, address, contextId, credentials, equals, functionCallBuilder, hashCode, signer, subscribeOnAccount, subscribeOnIncomingMessages, subscribeOnOutgoingMessages, subscribeOnTransactionsMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tech.deplant.java4ever.framework.contract.Contract
account, accountBalance, decodeMessageBoc, prepareCall
-
Constructor Details
-
TIP4WalletContract
public TIP4WalletContract(int contextId, String address) throws com.fasterxml.jackson.core.JsonProcessingException - Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
TIP4WalletContract
-
TIP4WalletContract
public TIP4WalletContract(int contextId, String address, Credentials credentials) throws com.fasterxml.jackson.core.JsonProcessingException - Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
TIP4WalletContract
-
-
Method Details
-
DEFAULT_ABI
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
sendTransaction
public FunctionHandle<Void> sendTransaction(Address dest, BigInteger value, Boolean bounce, Integer flags, TvmCell payload) -
transferOwnership
-
owner
-
_randomNonce
-