ChangedObject

@Serializable
data class ChangedObject(var objectId: ObjectId = ObjectId("")) : TransactionFilterMutable

Constructors

Link copied to clipboard
constructor(objectId: ObjectId = ObjectId(""))

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toImmutable(): TransactionFilter