Struct clightningrpc::responses::DecodePay[][src]

pub struct DecodePay {
    pub currency: String,
    pub created_at: i64,
    pub expiry: i64,
    pub payee: String,
    pub msatoshi: i64,
    pub description: String,
    pub min_final_cltv_expiry: i64,
    pub payment_hash: String,
    pub signature: String,
}

'decodepay' command

Fields

Trait Implementations

impl Debug for DecodePay
[src]

Formats the value using the given formatter. Read more

impl Clone for DecodePay
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for DecodePay

impl Sync for DecodePay