Struct lightning::ln::msgs::UpdateFailHTLC[][src]

pub struct UpdateFailHTLC {
    pub channel_id: Uint256,
    pub htlc_id: u64,
    pub reason: OnionErrorPacket,
}

Fields

Trait Implementations

impl Clone for UpdateFailHTLC
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl MsgDecodable for UpdateFailHTLC
[src]

impl MsgEncodable for UpdateFailHTLC
[src]

Important traits for Vec<u8>

Important traits for Vec<u8>

Auto Trait Implementations