Connected

data class Connected(val credentialId: String, val contractId: String, val restoredFromSession: Boolean) : ConnectWalletResult

A single contract was resolved for the credential.

The kit's connection state is set and the session has been saved.

Constructors

Link copied to clipboard
constructor(credentialId: String, contractId: String, restoredFromSession: Boolean)

Properties

Link copied to clipboard

The smart account contract address (C-address)

Link copied to clipboard
open override val credentialId: String

The credential ID (Base64URL-encoded, no padding)

Link copied to clipboard

Whether the connection was restored from a saved session