Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KeysendResponse

Hierarchy

  • KeysendResponse

Index

Properties

amount_msat: number

Amount the recipient received

amount_sent_msat: number

Total amount we sent (including fees)

created_at: number

the UNIX timestamp showing when this payment was initiated

destination?: string

the final destination of the payment

parts: number

how many attempts this took

payment_hash: string

the hash of the payment_preimage which will prove payment

payment_preimage: string

the proof of payment: SHA256 of this payment_hash

status: Complete

status of payment

warning_partial_completion?: string

Not all parts of a multi-part payment have completed

Generated using TypeDoc