Struct lightning_signer::util::functional_test_utils::SendEvent[][src]

pub struct SendEvent {
    pub node_id: PublicKey,
    pub msgs: Vec<UpdateAddHTLC>,
    pub commitment_msg: CommitmentSigned,
}

Fields

node_id: PublicKeymsgs: Vec<UpdateAddHTLC>commitment_msg: CommitmentSigned

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.