A collection of some types the Ticketto protocol uses.
Usage
This library describes the different types used across the Ticketto protocol specification. We divided this library into several modules:
Account: Contains the definitions of accounts; accounts identify the actors across the protocol: holders, issuers, and escrow either publicly, privately on applications (like Kippu), or anonymously.
Events: Contains the definition of an event and information that helps to understand how to issue tickets.
Issuer: Contains definitions about accounts that can create new ticket instances based on an existing event.
Orders: Contains definitions about a sale/resale order.
Primitives: Contains standard primitive definitions of data used on other modules.
Products: Contain generic definitions of products to allow wrapping tickets into commerce APIs.