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.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)
fees
The fees that were paid by the node for this transaction.CurrencyAmount (optional)
block_hash
The hash of the block that included this transaction. This will be null for unconfirmed transactions.String (optional)
block_height
The height of the block that included this transaction. This will be zero for unconfirmed transactions.destination_addresses
The Bitcoin blockchain addresses this transaction was sent to.List[String]
num_confirmations
The number of blockchain confirmations for this transaction in real time.Int (optional)
channel
If known, the channel this transaction is opening.Channel (optional)
- OnChainTransaction
- Transaction
- Entity