Struct clightningrpc::responses::FundChannel[][src]

pub struct FundChannel {
    pub tx: String,
    pub txid: String,
    pub channel_id: String,
}

'fundchannel' command

Fields

Trait Implementations

impl Debug for FundChannel
[src]

Formats the value using the given formatter. Read more

impl Clone for FundChannel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for FundChannel

impl Sync for FundChannel