Ambiguous

data class Ambiguous(val credentialId: String, val candidates: List<String>) : ConnectWalletResult

The indexer returned more than one contract for the credential.

The kit's connection state is NOT set. The caller is expected to let the user select a contract from candidates and re-connect with the chosen contractId.

Constructors

Link copied to clipboard
constructor(credentialId: String, candidates: List<String>)

Properties

Link copied to clipboard

Contract addresses (C-addresses) returned by the indexer

Link copied to clipboard
open override val credentialId: String

The credential ID (Base64URL-encoded, no padding)