Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DecodepayResponse

Hierarchy

  • DecodepayResponse

Index

Properties

amount_msat?: number

Amount the invoice asked for

created_at: number

the UNIX-style timestamp of the invoice

currency: string

the BIP173 name for the currency

description?: string

the description of the purpose of the purchase

description_hash?: string

the hash of the description, in place of description

expiry: number

the number of seconds this is valid after timestamp

extra?: DecodepayExtra[]

Any extra fields we didn't know how to parse

fallbacks?: DecodepayFallback[]

onchain addresses

features?: string

the features bitmap for this invoice

min_final_cltv_expiry: number

the minimum CLTV delay for the final node

payee: string

the public key of the recipient

payment_hash: string

the hash of the payment_preimage

payment_metadata?: string

the payment_metadata to put in the payment

payment_secret?: string

the secret to hand to the payee node

routes?: DecodepayRoute[][]

Route hints to the payee

signature: string

signature of the payee on this invoice

Generated using TypeDoc