OnChain

data class OnChain(txids: List<ByteVector32>, claimed: Satoshi, closingType: ChannelClosingType, completedAt: Long) : OutgoingPayment.Status.Completed.Succeeded

Properties

claimed
Link copied to clipboard
common
val claimed: Satoshi
closingType
Link copied to clipboard
common
val closingType: ChannelClosingType
completedAt
Link copied to clipboard
common
open override val completedAt: Long
txids
Link copied to clipboard
common
val txids: List<ByteVector32>