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

pub struct FundingLocked {
    pub channel_id: Uint256,
    pub next_per_commitment_point: PublicKey,
}

Fields

Trait Implementations

impl MsgDecodable for FundingLocked
[src]

impl MsgEncodable for FundingLocked
[src]

Important traits for Vec<u8>
[src]

[src]

Important traits for Vec<u8>
[src]

Auto Trait Implementations

impl Send for FundingLocked

impl Sync for FundingLocked