Package-level declarations

This package contains all the data classes used by Ksui. These are mostly Sui type wrappers.

Types

Link copied to clipboard
data class EventFilter(val afterCheckpoint: String? = null, val atCheckpoint: String? = null, val beforeCheckpoint: String? = null, val sender: String? = null, val module: String? = null, val type: String? = null)
Link copied to clipboard
data class TransactionBlockFilter(val afterCheckpoint: String? = null, val atCheckpoint: String? = null, val beforeCheckpoint: String? = null, val function: String? = null, val kind: TransactionBlockKindInput? = null, val affectedAddress: String? = null, val affectedObjects: String? = null, val sentAddress: String? = null)
Link copied to clipboard

Functions