Struct clightningrpc::requests::ListPayments[][src]

pub struct ListPayments {
    pub bolt11: Option<String>,
    pub payment_hash: Option<String>,
}

'listpayments' command

Fields

Trait Implementations

impl Debug for ListPayments
[src]

Formats the value using the given formatter. Read more

impl Clone for ListPayments
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations