Class NodeAnnouncement


  • public class NodeAnnouncement
    extends Object
    A node_announcement message to be sent or received from a peer
    • Method Detail

      • get_signature

        public byte[] get_signature()
        The signature by the node key
      • set_signature

        public void set_signature​(byte[] val)
        The signature by the node key
      • write

        public byte[] write()
        Serialize the NodeAnnouncement object into a byte array which can be read by NodeAnnouncement_read