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

pub struct UpdateFailMalformedHTLC {
    pub channel_id: Uint256,
    pub htlc_id: u64,
    pub sha256_of_onion: [u8; 32],
    pub failure_code: u16,
}

Fields

Trait Implementations

impl Clone for UpdateFailMalformedHTLC
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl MsgDecodable for UpdateFailMalformedHTLC
[src]

impl MsgEncodable for UpdateFailMalformedHTLC
[src]

Important traits for Vec<u8>
[src]

[src]

Important traits for Vec<u8>
[src]

Auto Trait Implementations