OptionalbunkerSecret?: stringOptionalconnectSecret?: stringA secret used when initiating the connection from the client side (the secret in a nostrconnect:// URI)
OptionalonAuth?: (url: string) => Promise<void>A method for handling "auth" requests
Optionalpubkey?: stringUsers pubkey
The relays to communicate over
Optionalremote?: stringpubkey of the remote signer application
Optionalsecret?: stringOptionalsigner?: PrivateKeySignerA PrivateKeySigner for this client
A secret used when connecting to a remote bunker (the
secretin a bunker:// URI)