Describes a function that returns a description string
for including in lightning invoices. Can use elements in the request
object to compose the description.
The example returns "Payment for 30 seconds of access."
example
(req) => Access for ${req.body.amount} seconds of access.
Describes a function that returns a description string for including in lightning invoices. Can use elements in the request object to compose the description. The example returns "Payment for 30 seconds of access."
(req) =>
Access for ${req.body.amount} seconds of access.