Mavryk_raw_protocol_alpha.Ticket_token_unparser
val unparse :
Alpha_context.context ->
Ticket_token.ex_token ->
(Ticket_token.unparsed_token * Alpha_context.context)
Mavryk_protocol_environment_alpha.Error_monad.tzresult
Mavryk_protocol_environment_alpha.Lwt.t
unparse ctxt ex_token
returns the unparsed version of ex_token
where each ticket field is converted to a Micheline representation. The gas is being consumed from ctxt
.