Class MessageSendEvent.SendRevokeAndACK

  • Enclosing class:
    MessageSendEvent

    public static final class MessageSendEvent.SendRevokeAndACK
    extends MessageSendEvent
    Used to indicate that a revoke_and_ack 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 this message
      • msg

        public final RevokeAndACK msg
        The message which should be sent.