has Valid Token
suspend fun hasValidToken( verificationType: VerificationType, walletAddress: String, walletSession: WalletSession): Boolean
Content copied to clipboard
Checks on-chain whether the wallet has a valid token for the give verification type
Return
the result of the check
Parameters
verification Type
The type of verification we want to check.
wallet Address
The address of the wallet in question.
wallet Session
The wallet connected currently to the session.
suspend fun hasValidToken( verificationType: VerificationType, walletAddress: String, chainID: String): Boolean
Content copied to clipboard
Checks on-chain whether the wallet has a valid token for the give verification type
Return
the result of the check
Parameters
verification Type
The type of verification we want to check.
wallet Address
The address of the wallet in question.
chain ID
The chainID of the network on which we want to check in CAIP-2 format