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

pub struct CommitmentSigned {
    pub channel_id: Uint256,
    pub signature: Signature,
    pub htlc_signatures: Vec<Signature>,
}

Fields

Trait Implementations

impl Clone for CommitmentSigned
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl MsgDecodable for CommitmentSigned
[src]

impl MsgEncodable for CommitmentSigned
[src]

Important traits for Vec<u8>

Important traits for Vec<u8>

Auto Trait Implementations