Class CryptoWallet.AuthenticateStartParameters

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getCryptoWalletAddress() The address to authenticate.
      final CryptoWalletType getCryptoWalletType() The type of wallet to authenticate.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CryptoWallet.AuthenticateStartParameters

        CryptoWallet.AuthenticateStartParameters(String cryptoWalletAddress, CryptoWalletType cryptoWalletType)
    • Method Detail

      • getCryptoWalletType

         final CryptoWalletType getCryptoWalletType()

        The type of wallet to authenticate. Currently ethereum and solana are supported.