- Preparing search index...
- The search index is not available
@cashu/cashu-ts
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[]