Withdrawal
This object represents an L1 withdrawal from your Lightspark Node to any Bitcoin wallet. You can retrieve this object to receive detailed information about any L1 withdrawal associated with your Lightspark Node or account.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)
origin
The Lightspark node this withdrawal originated from.- OnChainTransaction
- Transaction
- Entity