(pubkey: string)
| 159 | } |
| 160 | |
| 161 | public addAuthenticatedPubkey(pubkey: string): void { |
| 162 | this.authenticatedPubkeys.add(pubkey) |
| 163 | } |
| 164 | |
| 165 | private async onClientMessage(raw: Buffer) { |
| 166 | this.alive = true |
no outgoing calls
no test coverage detected