getPeerRecord abstract method

Future<Envelope?> getPeerRecord(
  1. PeerId p
)

GetPeerRecord returns an Envelope containing a peer record for the peer, or null if no record exists.

Implementation

Future<Envelope?> getPeerRecord(PeerId p);