EventEventTmp

@Serializable
data class EventEventTmp(val coinBalanceChange: EventTmp.Basic.CoinBalanceChange? = null, val mutateObject: EventTmp.Basic.MutateObject? = null, val newObject: EventTmp.Basic.NewObject? = null, val moveEvent: EventTmp.Basic.MoveEvent? = null, val transferObject: EventTmp.Basic.TransferObject? = null, val publish: EventTmp.Basic.Publish? = null) : EventTmp

Constructors

Link copied to clipboard
constructor(coinBalanceChange: EventTmp.Basic.CoinBalanceChange? = null, mutateObject: EventTmp.Basic.MutateObject? = null, newObject: EventTmp.Basic.NewObject? = null, moveEvent: EventTmp.Basic.MoveEvent? = null, transferObject: EventTmp.Basic.TransferObject? = null, publish: EventTmp.Basic.Publish? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard