Overview
SignerManager manages signers attached to context rules on your smart account. Access it via kit.signers.
batch_add_signer is intentionally left on the raw kit.wallet client - the SDK does not add enough ergonomics to justify a wrapper.Methods
addPasskey()
Register a new WebAuthn passkey and add it as a signer on the given context rule.
number
required
The ID of the context rule to add the signer to.
string
required
Display name for the relying party shown during passkey creation.
string
required
Label for the new passkey (e.g. “Recovery Key”, “YubiKey”).
string
Optional local nickname for the credential.