Struct clightningrpc::requests::GetRoute[][src]

pub struct GetRoute {
    pub id: String,
    pub msatoshi: i64,
    pub riskfactor: f64,
    pub cltv: Option<i64>,
    pub fromid: Option<String>,
    pub fuzzpercent: Option<f64>,
    pub seed: Option<String>,
}

'getroute' command

Fields

Trait Implementations

impl Debug for GetRoute
[src]

Formats the value using the given formatter. Read more

impl Clone for GetRoute
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GetRoute

impl Sync for GetRoute