NIP-46 remote signer through a relay.
new
NConnectSigner(unnamed 0: NConnectSignerOpts)
High-level RPC method. Returns the string result, or throws on error.
Send a connect command to the relay. It should respond with ack.
Local decrypt depending on settings.
Local encrypt depending on settings.
private
send(request: NostrConnectRequest,opts?: { signal?: AbortSignal; },): Promise<NostrConnectResponse>
Low-level send method. Deals directly with connect request/response.