java.lang.Object
com.nftworlds.wallet.contracts.nftworlds.Players

public class Players extends Object
  • Field Details

    • PLAYER_PRIMARY_WALLET_SET

      public static final String PLAYER_PRIMARY_WALLET_SET
    • PLAYER_SECONDARY_WALLET_SET

      public static final String PLAYER_SECONDARY_WALLET_SET
    • PLAYER_SECONDARY_WALLET_REMOVED

      public static final String PLAYER_SECONDARY_WALLET_REMOVED
  • Constructor Details

    • Players

      public Players()
  • Method Details

    • getPlayerPrimaryWallet

      public String getPlayerPrimaryWallet(String playerUUID) throws Exception
      Throws:
      Exception
    • getPlayerPrimaryWalletAsync

      public CompletableFuture<String> getPlayerPrimaryWalletAsync(String playerUUID) throws Exception
      Throws:
      Exception
    • getPlayerSecondaryWallets

      public List<String> getPlayerSecondaryWallets(String playerUUID) throws Exception
      Throws:
      Exception
    • getPlayerSecondaryWalletsAsync

      public CompletableFuture<List> getPlayerSecondaryWalletsAsync(String playerUUID) throws Exception
      Throws:
      Exception
    • getPlayerStateData

      public org.json.JSONObject getPlayerStateData(String playerUUID, String setterWalletAddress) throws Exception
      Throws:
      Exception
    • getPlayerStateDataAsync

      public org.json.JSONObject getPlayerStateDataAsync(String playerUUID, String setterWalletAddress) throws Exception
      Throws:
      Exception
    • paymentListener_handlePrimaryWalletSetEvent

      public void paymentListener_handlePrimaryWalletSetEvent(org.web3j.protocol.core.methods.response.Log log)
    • paymentListener_handleSecondaryWalletSetEvent

      public void paymentListener_handleSecondaryWalletSetEvent(org.web3j.protocol.core.methods.response.Log log)
    • paymentListener_handleSecondaryWalletRemovedEvent

      public void paymentListener_handleSecondaryWalletRemovedEvent(org.web3j.protocol.core.methods.response.Log log)