Class MessageSendEvent.SendChannelAnnouncement

  • Enclosing class:
    MessageSendEvent

    public static final class MessageSendEvent.SendChannelAnnouncement
    extends MessageSendEvent
    Used to send a channel_announcement and channel_update to a specific peer, likely on initial connection to ensure our peers know about our channels.
    • Field Detail

      • node_id

        public final byte[] node_id
        The node_id of the node which should receive this message
      • update_msg

        public final ChannelUpdate update_msg
        The followup channel_update which should be sent.