Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ListinvoicesRequest

The listinvoices RPC command gets the status of a specific invoice, if it exists, or the status of all invoices if given no argument.

A specific invoice can be queried by providing either the label provided when creating the invoice, the invstring string representing the invoice, the payment_hash of the invoice, or the local offer_id this invoice was issued for. Only one of the query parameters can be used at once.

Hierarchy

  • ListinvoicesRequest

Index

Properties

invstring?: string
label?: string
offer_id?: string
payment_hash?: string

Generated using TypeDoc