Type alias TimeTicketStruct

TimeTicketStruct: {
    actorID: ActorID;
    delimiter: number;
    lamport: string;
}

TimeTicketStruct is a structure represents the meta data of the ticket. It is used to serialize and deserialize the ticket.

Type declaration

  • actorID: ActorID
  • delimiter: number
  • lamport: string