IncompleteWithdrawalTransaction

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

Properties

Link copied to clipboard
val from: PublicKeyPair?
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