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

pub struct CommitmentUpdate {
    pub update_add_htlcs: Vec<UpdateAddHTLC>,
    pub update_fulfill_htlcs: Vec<UpdateFulfillHTLC>,
    pub update_fail_htlcs: Vec<UpdateFailHTLC>,
    pub commitment_signed: CommitmentSigned,
}

Struct used to return values from revoke_and_ack messages, containing a bunch of commitment transaction updates if they were pending.

Fields

Trait Implementations

Auto Trait Implementations