java.lang.Object
tech.deplant.java4ever.framework.Address
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getType()
boolean
isNone()
static Address
ofFutureDeploy
(Sdk sdk, ContractTemplate template, int workchainId, Map<String, Object> initialData, Credentials credentials)
-
Field Details
-
ZERO
-
-
Constructor Details
-
Address
-
Address
-
Address
-
-
Method Details
-
ofFutureDeploy
public static Address ofFutureDeploy(Sdk sdk, ContractTemplate template, int workchainId, Map<String, Object> initialData, Credentials credentials) throws Sdk.SdkException- Throws:
Sdk.SdkException
-
isNone
public boolean isNone() -
getType
public int getType()- Returns:
- Returns type of the address: 0 - addr_none 1 - addr_extern 2 - addr_std
-
makeAddrStd
-