EventID

@Serializable
data class EventID(val txDigest: String, val eventSeq: Long)

Constructors

Link copied to clipboard
constructor(txDigest: String, eventSeq: Long)

Properties

Link copied to clipboard
Link copied to clipboard