Alpha_context.Ticket_hash
This module re-exports definitions from Ticket_hash_repr
.
val encoding : t Mavryk_protocol_environment_alpha.Data_encoding.t
val pp : Mavryk_protocol_environment_alpha.Format.formatter -> t -> unit
val zero : t
val of_script_expr_hash : Script_expr_hash.t -> t
val to_b58check : t -> string
val of_b58check_opt : string -> t option
val of_b58check_exn : string -> t
val of_bytes_exn : bytes -> t
val of_bytes_opt : bytes -> t option
val make :
context ->
ticketer:Script.node ->
ty:Script.node ->
contents:Script.node ->
owner:Script.node ->
(t * context) Mavryk_protocol_environment_alpha.Error_monad.tzresult
module Internal_for_tests : sig ... end
This module discloses definitions that are only useful for tests and must not be used otherwise.