TransactionBlockFilter

data class TransactionBlockFilter(val function: String? = null, val kind: TransactionBlockKindInput? = null, val afterCheckpoint: String? = null, val atCheckpoint: String? = null, val beforeCheckpoint: String? = null, val affectedAddress: String? = null, val sentAddress: String? = null, val inputObject: String? = null, val changedObject: String? = null, val transactionIds: List<String>? = emptyList())

Constructors

Link copied to clipboard
constructor(function: String? = null, kind: TransactionBlockKindInput? = null, afterCheckpoint: String? = null, atCheckpoint: String? = null, beforeCheckpoint: String? = null, affectedAddress: String? = null, sentAddress: String? = null, inputObject: String? = null, changedObject: String? = null, transactionIds: List<String>? = emptyList())

Properties

Link copied to clipboard
val affectedAddress: String? = null
Link copied to clipboard
val afterCheckpoint: String? = null
Link copied to clipboard
val atCheckpoint: String? = null
Link copied to clipboard
Link copied to clipboard
val changedObject: String? = null
Link copied to clipboard
val function: String? = null
Link copied to clipboard
val inputObject: String? = null
Link copied to clipboard
Link copied to clipboard
val sentAddress: String? = null
Link copied to clipboard

Functions

Link copied to clipboard
fun toGenerated(): TransactionBlockFilter