tezos-protocol-demo-counter.raw
Tezos_raw_protocol_demo_counter.Receipt
tezos-protocol-demo-counter
tezos-protocol-demo-counter.environment
tezos-protocol-demo-counter.lifted
type t
receipts are used to notify users of operation application. We use a a simple string but we could use a structured datatype...
val create : string -> t
val to_string : t -> string
val encoding : t Tezos_protocol_environment_demo_counter.Data_encoding.t