Interface Payment

Hierarchy

  • Payment

Properties

creationTimeNs: string | number

The time in UNIX nanoseconds at which the payment was created.

failureReason: PaymentFailureReason
feeMsat: string | number

The fee paid for this payment in milli-satoshis

feeSat: string | number

The fee paid for this payment in satoshis

htlcs: HTLCAttempt[]

The HTLCs made in attempt to settle the payment.

paymentHash: string

The payment hash

paymentIndex: string | number

The creation index of this payment. Each payment can be uniquely identified by this index, which may not strictly increment by 1 for payments made in older versions of lnd.

paymentPreimage: string

The payment preimage

paymentRequest: string

The optional payment request being fulfilled.

The status of the payment.

valueMsat: string | number

The value of the payment in milli-satoshis

valueSat: string | number

The value of the payment in satoshis

Generated using TypeDoc