Function getDecodedLnInvoice
 
- getDecodedLnInvoice(paymentRequest, network?): { 
    expiry: any; 
    paymentRequest: string; 
    route_hints: any[]; 
    sections: any[]; 
} 
- 
Parameters
- 
paymentRequest: string
 
- 
Optional network: any
 
 
Returns { 
    expiry: any; 
    paymentRequest: string; 
    route_hints: any[]; 
    sections: any[]; 
}
- 
Readonly expiry: any
 
- 
paymentRequest: string
 
- 
Readonly route_hints: any[]
 
- 
sections: any[]
 
 
 
 
 
Deprecated
use decodeInvoice instead