short |
BlockchainService.getDeedCardType(long nftId) |
Retrieves from Blockchain DEED card type:
- 0 : Common
- 1 : Uncommon
- 2 : Rare
- 3 : Legendary
|
short |
BlockchainService.getDeedCityIndex(long nftId) |
Retrieves from Blockchain DEED city index:
- 0 : Tanit
- 1 : Reshef
- 2 : Ashtarte
- 3 : Melqart
- 4 : Eshmun
- 5 : Kushor
- 6 : Hammon
|
void |
TenantService.saveEmail(String managerAddress,
long nftId,
String email) |
Stores User Email to allow support Team Contact him and notify him about
Tenant Status
|
void |
TenantService.startTenant(String managerAddress,
String transactionHash,
long nftId,
String email) |
Stores User Email to allow support Team Contact him and notify him about
Tenant Status.
|
void |
TenantService.stopTenant(String managerAddress,
String transactionHash,
long nftId) |
Collects information about DEED Nft and transaction hash to command Tenant
shutdown.
|