Lightspark
Lightspark

Hop

This object represents a specific node that existed on a particular payment route. You can retrieve this object to get information about a node on a particular payment path and all payment-relevant information for that node.Fields (9)
id
The unique identifier of this entity across all Lightspark systems. Should be treated as an opaque string.
created_at
The date and time when the entity was first created.
updated_at
The date and time when the entity was last updated.
destination
Node (optional)
The destination node of the hop.
index
The zero-based index position of this hop in the path
public_key
String (optional)
The public key of the node to which the hop is bound.
amount_to_forward
CurrencyAmount (optional)
The amount that is to be forwarded to the destination node.
fee
CurrencyAmount (optional)
The fees to be collected by the source node for forwarding the payment over the hop.
expiry_block_height
Int (optional)
The block height at which an unsettled HTLC is considered expired.
Interfaces (1)
  • Entity