signedPeerRecord property
signedPeerRecord contains a serialized SignedEnvelope containing a PeerRecord, signed by the sending node. It contains the same addresses as the listenAddrs field, but in a form that lets us share authenticated addrs with other peers. see github.com/libp2p/go-libp2p/core/record/pb/envelope.proto and github.com/libp2p/go-libp2p/core/peer/pb/peer_record.proto for message definitions.
Implementation
@$pb.TagNumber(8)
$core.List<$core.int> get signedPeerRecord => $_getN(6);