Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "src/typings/configs.d"

Index

Interfaces

Type aliases

Type aliases

DescriptionGetter

DescriptionGetter: function

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.

Type declaration

Generated using TypeDoc