Time Ticket Struct
data class TimeTicketStruct(val lamport: String, val delimiter: UInt, val actorID: ActorID) : JsonSerializable.Struct<TimeTicket>
TimeTicketStruct is a structure represents the meta data of the ticket. It is used to serialize and deserialize the ticket.