Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InvoiceWaitInvoiceResponse

Hierarchy

  • InvoiceWaitInvoiceResponse

Index

Properties

amount_msat?: string

the amount required to pay this invoice

amount_received_msat?: string

If status is "paid", the amount actually received

bolt11?: string

the BOLT11 string (always present unless bolt12 is)

bolt12?: string

the BOLT12 string (always present unless bolt11 is)

description?: string

description used in the invoice

expires_at?: string

UNIX timestamp of when it will become / became unpayable

label?: string

unique label supplied at invoice creation

paid_at?: string

If status is "paid", UNIX timestamp of when it was paid

pay_index?: string

If status is "paid", unique incrementing index for this payment

payment_hash?: string

the hash of the payment_preimage which will prove payment (always 64 characters)

payment_preimage?: string

If status is "paid", proof of payment (always 64 characters)

status?: string

Whether it's paid or expired (one of "paid", "expired")

Generated using TypeDoc