Struct clightningrpc::responses::Pay[][src]

pub struct Pay {
    pub id: i64,
    pub payment_hash: String,
    pub destination: String,
    pub msatoshi: i64,
    pub msatoshi_sent: i64,
    pub created_at: i64,
    pub status: String,
    pub payment_preimage: String,
    pub description: String,
    pub getroute_tries: i64,
    pub sendpay_tries: i64,
    pub route: Vec<RouteItem>,
    pub failures: Vec<FailureItem>,
}

'pay' command

Fields

Trait Implementations

impl Debug for Pay
[src]

Formats the value using the given formatter. Read more

impl Clone for Pay
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Pay

impl Sync for Pay