package tezos-protocol-demo-counter

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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 Data_encoding.t