ExternalSignerCapabilities

data class ExternalSignerCapabilities(val signEvents: Boolean, val nip44Encrypt: Boolean, val nip44Decrypt: Boolean)

Independently advertised capabilities of a host or hardware signer.

This is language-owned policy data. The SDK never requests or exposes a private key.

Constructors

Link copied to clipboard
constructor(signEvents: Boolean, nip44Encrypt: Boolean, nip44Decrypt: Boolean)

Properties

Link copied to clipboard

Whether the provider can perform NIP-44 decryption.

Link copied to clipboard

Whether the provider can perform NIP-44 encryption.

Link copied to clipboard

Whether the provider can sign NIP-01 events.