Struct clightningrpc::responses::FeeRates[][src]

pub struct FeeRates {
    pub perkb: Option<FeeRatesInner>,
    pub perkw: Option<FeeRatesInner>,
    pub onchain_fee_estimates: Option<FeeRatesOnchain>,
}

'feerates' command

Fields

Trait Implementations

impl Debug for FeeRates
[src]

Formats the value using the given formatter. Read more

impl Clone for FeeRates
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for FeeRates

impl Sync for FeeRates