Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InvoiceResponse

Hierarchy

  • InvoiceResponse

Index

Properties

bolt11: string

the bolt11 string

expires_at: number

UNIX timestamp of when invoice expires

payment_hash: string

the hash of the payment_preimage which will prove payment

payment_secret: string

the payment_secret to place in the onion

warning_capacity?: string

even using all possible channels, there's not enough incoming capacity to pay this invoice.

warning_deadends?: string

there would be enough incoming capacity, but some channels are dead-ends (no other public channels from those peers), so there isn't.

warning_mpp?: string

there is sufficient capacity, but not in a single channel, so the payer will have to use multi-part payments.

warning_offline?: string

there would be enough incoming capacity, but some channels are offline, so there isn't.

warning_private_unused?: string

there would be enough incoming capacity, but some channels are unannounced and exposeprivatechannels is false, so there isn't.

Generated using TypeDoc