Checks the equality of this peer against a given PeerId.

equals(id: (Uint8Array | PeerId)): boolean
Parameters
id ((Uint8Array | PeerId))
Returns
boolean:

Checks the equality of this peer against a given PeerId.

isEqual(id: (Uint8Array | PeerId)): boolean
Deprecated: Use .equals
Parameters
id ((Uint8Array | PeerId))
Returns
boolean:

hasInlinePublicKey

src/index.js

Check if the PeerId has an inline public key.

hasInlinePublicKey(): boolean
Returns
boolean: