package tezos-protocol-alpha

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('query_type, 'output_type) t = {
  1. name : string;
  2. description : string;
  3. query : 'query_type Tezos_protocol_environment_alpha__Environment.RPC_query.t;
  4. output : 'output_type Data_encoding.t;
  5. f : Alpha_context.context -> Alpha_context.Sapling.Id.t -> 'query_type -> ('output_type, Tezos_protocol_environment_alpha__Environment.Error_monad.error Tezos_protocol_environment_alpha__Environment.Error_monad.trace) result Lwt.t;
}
val get_diff_query : diff_query Tezos_protocol_environment_alpha__Environment.RPC_query.t
OCaml

Innovation. Community. Security.