Class MessageSendEvent.SendChannelReady

  • Enclosing class:
    MessageSendEvent

    public static final class MessageSendEvent.SendChannelReady
    extends MessageSendEvent
    Used to indicate that a channel_ready message should be sent to the peer with the given node_id.
    • Field Detail

      • node_id

        public final byte[] node_id
        The node_id of the node which should receive these message(s)
      • msg

        public final ChannelReady msg
        The channel_ready message which should be sent.