Native support for tickets passed as parameters of external operations
Now that implicit accounts can "own" tickets through the table of tickets (as used in TORU), we could support tickets in parameters of external operations (and initial storage of originations).
Currently they are forbidden via allow_forged:false in parse_data.
It will probably make the Transfer_tickets operation useless.
Note that, because of the table of tickets’ design, it’s probably not possible to support 0-tickets here, for the same reasons it’s not supported in TORU.
Edited by Thomas Letan