LightningTransaction

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract override val amount: CurrencyAmount

The amount of money involved in this transaction.

Link copied to clipboard
abstract override val createdAt: Instant

The date and time when this transaction was initiated.

Link copied to clipboard
abstract override val id: String

The unique identifier of this entity across all Lightspark systems. Should be treated as an opaque string.

Link copied to clipboard
abstract override val resolvedAt: Instant?

The date and time when this transaction was completed or failed.

Link copied to clipboard
abstract override val status: TransactionStatus

The current status of this transaction.

Link copied to clipboard
abstract override val transactionHash: String?

The hash of this transaction, so it can be uniquely identified on the Lightning Network.

Link copied to clipboard
abstract override val updatedAt: Instant

The date and time when the entity was last updated.