pub type UnitTicket = Ticket<MichelsonUnit>;
Expand description

Specialized version of ticket where the content must be unit

Aliased Type§

struct UnitTicket(pub MichelsonPair<MichelsonContract, MichelsonPair<MichelsonUnit, MichelsonInt>>);

Fields§

§0: MichelsonPair<MichelsonContract, MichelsonPair<MichelsonUnit, MichelsonInt>>