Lightspark
Lightspark

Channel Opening Transaction

This is an object representing a transaction which opens a channel on the Lightning Network. This object occurs only for channels funded by the local Lightspark node.Fields (13)
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.
The current status of this transaction.
resolved_at
DateTime (optional)
The date and time when this transaction was completed or failed.
The amount of money involved in this transaction.
transaction_hash
String (optional)
The hash of this transaction, so it can be uniquely identified on the Lightning Network.
fees
CurrencyAmount (optional)
The fees that were paid by the node for this transaction.
block_hash
String (optional)
The hash of the block that included this transaction. This will be null for unconfirmed transactions.
block_height
The height of the block that included this transaction. This will be zero for unconfirmed transactions.
destination_addresses
List[String]
The Bitcoin blockchain addresses this transaction was sent to.
num_confirmations
Int (optional)
The number of blockchain confirmations for this transaction in real time.
channel
Channel (optional)
If known, the channel this transaction is opening.
Interfaces (3)
  • OnChainTransaction
  • Transaction
  • Entity