signedPeerRecord property

  1. @TagNumber(8)
List<int> get signedPeerRecord

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);
  1. @TagNumber(8)
set signedPeerRecord (List<int> v)

Implementation

@$pb.TagNumber(8)
set signedPeerRecord($core.List<$core.int> v) { $_setBytes(6, v); }