Transaction
This object represents a payment transaction. The transaction can occur either on a Bitcoin Network, or over the Lightning Network. You can retrieve this object to receive specific information about a particular transaction tied to your Lightspark Node.Fields (7)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 this transaction was initiated.updated_at
The date and time when the entity was last updated.status
The current status of this transaction.resolved_at
The date and time when this transaction was completed or failed.DateTime (optional)
amount
The amount of money involved in this transaction.transaction_hash
The hash of this transaction, so it can be uniquely identified on the Lightning Network.String (optional)
- Entity