Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WaitinvoiceResponse

Hierarchy

  • WaitinvoiceResponse

Index

Properties

amount_msat?: number

the amount required to pay this invoice

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: number

UNIX timestamp of when it will become / became unpayable

label: string

unique label supplied at invoice creation

payment_hash: string

the hash of the payment_preimage which will prove payment

Whether it's paid or expired

Generated using TypeDoc