HeadlessConnection

class HeadlessConnection(message: String, cause: Throwable? = null) : WalletException

Operation not available on a headless connection.

Thrown by the single-passkey submit path when the kit is connected headlessly (by contract address only, with no passkey credential). A headless kit must operate via the multi-signer / external-signer pipeline with explicit non-empty selectedSigners.

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)

Properties

Link copied to clipboard
open override val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open override val message: String

Functions

Link copied to clipboard
open override fun toString(): String