Class NetworkUpdate.ChannelClosed

  • Enclosing class:
    NetworkUpdate

    public static final class NetworkUpdate.ChannelClosed
    extends NetworkUpdate
    An error indicating only that a channel has been closed, which should be applied via [`NetworkGraph::close_channel_from_update`].
    • Field Detail

      • short_channel_id

        public final long short_channel_id
        The short channel id of the closed channel.
      • is_permanent

        public final boolean is_permanent
        Whether the channel should be permanently removed or temporarily disabled until a new `channel_update` message is received.