Struct clightningrpc::responses::FeeRatesOnchain[][src]

pub struct FeeRatesOnchain {
    pub opening_channel_satoshis: i64,
    pub mutual_close_satoshis: i64,
    pub unilateral_close_satoshis: i64,
}

Fields

Trait Implementations

impl Debug for FeeRatesOnchain
[src]

Formats the value using the given formatter. Read more

impl Clone for FeeRatesOnchain
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations