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

pub struct UpdateAddHTLC {
    pub channel_id: Uint256,
    pub htlc_id: u64,
    pub amount_msat: u64,
    pub payment_hash: [u8; 32],
    pub cltv_expiry: u32,
    pub onion_routing_packet: OnionPacket,
}

Fields

Trait Implementations

impl Clone for UpdateAddHTLC
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl MsgDecodable for UpdateAddHTLC
[src]

impl MsgEncodable for UpdateAddHTLC
[src]

Important traits for Vec<u8>

Important traits for Vec<u8>

Auto Trait Implementations