Links

PastelID Tickets

PastelID Registration Ticket

Ticket representation inside blockchain:

{
"ticket": {
"address": string,
"id_type": IDTicketType,
"pastelID": string,
"pq_key": "",
"signature": string,
"timeStamp": int,
"type": "pastelid",
"version": int
},
}
IDTicketType's choices are "all", "mine", "mn", and "personal". Most tickets will be "personal."