hasValidToken

suspend fun hasValidToken(    verificationType: VerificationType,     walletAddress: String,     walletSession: WalletSession): Boolean

Checks on-chain whether the wallet has a valid token for the give verification type

Return

the result of the check

Parameters

verificationType

The type of verification we want to check.

walletAddress

The address of the wallet in question.

walletSession

The wallet connected currently to the session.


suspend fun hasValidToken(    verificationType: VerificationType,     walletAddress: String,     chainID: String): Boolean

Checks on-chain whether the wallet has a valid token for the give verification type

Return

the result of the check

Parameters

verificationType

The type of verification we want to check.

walletAddress

The address of the wallet in question.

chainID

The chainID of the network on which we want to check in CAIP-2 format