OptionalbunkerSecret?: stringOptionalonClientConnect?: (client: string) => anyCallback for when a client connects (receives a connect request)
OptionalonClientDisconnect?: (client: string) => voidCallback for when a client disconnects (previously connected and the provider stops)
The relays to communicate over
Optionalsecret?: stringOptionalsigner?: ISignerOptional signer for provider identity
The signer to use for signing events and encryption
A random secret used to authorize clients to connect (the
secretin a bunker:// URI)