IncompleteDepositTransaction

@Serializable
data class IncompleteDepositTransaction(id: String, status: TransactionStatus, moreInfoUrl: String, startedAt: Instant, message: String?, to: PublicKeyPair?) : IncompleteAnchorTransaction

Properties

Link copied to clipboard
open override val id: String
Link copied to clipboard
open override val message: String? = null
Link copied to clipboard
open override val moreInfoUrl: String
Link copied to clipboard
open override val startedAt: Instant
Link copied to clipboard
open override val status: TransactionStatus
Link copied to clipboard
val to: PublicKeyPair?