Enum lightning::ln::msgs::HTLCFailChannelUpdate [] [src]

pub enum HTLCFailChannelUpdate {
    ChannelUpdateMessage {
        msg: ChannelUpdate,
    },
    ChannelClosed {
        short_channel_id: u64,
    },
}

Variants

Fields of ChannelUpdateMessage

Fields of ChannelClosed

Trait Implementations

Auto Trait Implementations