Class MessageSendEvent.SendFundingLocked

  • Enclosing class:
    MessageSendEvent

    public static final class MessageSendEvent.SendFundingLocked
    extends MessageSendEvent
    Used to indicate that a funding_locked 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 FundingLocked msg
        The funding_locked message which should be sent.