Skip to main content

Lima

API

Deprecation

The types chest and the primitive Tezos.open_chest are deprecated (see the changelogs for the Lima protocol).

Changes in API

Tezos

val create_ticket<value> : value -> nat -> option (ticket (value))

val create_ticket : 'value -> nat -> ('value ticket) option

let create_ticket: 'value => nat => option<ticket<'value>>

Now create_ticket returns an option, preventing the creation of zero valued tickets.