Class UpdateFailHTLC


  • public class UpdateFailHTLC
    extends Object
    An update_fail_htlc message to be sent or received from a peer
    • Method Detail

      • get_channel_id

        public byte[] get_channel_id()
        The channel ID
      • set_channel_id

        public void set_channel_id​(byte[] val)
        The channel ID
      • get_htlc_id

        public long get_htlc_id()
        The HTLC ID
      • set_htlc_id

        public void set_htlc_id​(long val)
        The HTLC ID
      • write

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