package octez-proto-libs
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Octez protocol libraries
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      tezos-18.1.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=aa2f5bc99cc4ca2217c52a1af2a2cdfd3b383208cb859ca2e79ca0903396ca1d
    
    
  sha512=d68bb3eb615e3dcccc845fddfc9901c95b3c6dc8e105e39522ce97637b1308a7fa7aa1d271351d5933febd7476b2819e1694f31198f1f0919681f1f9cc97cb3a
    
    
  doc/octez-proto-libs.protocol-environment/Tezos_protocol_environment/V2/Make/Data_encoding/index.html
Module Make.Data_encodingSource
type json = [ - | `O of (string * json) list
- | `Bool of bool
- | `Float of float
- | `A of json list
- | `Null
- | `String of string
 ]In memory JSON data
type 'a encoding = 'a tval classify : 'a encoding -> [ `Fixed of int | `Dynamic | `Variable ]val null : unit encodingval empty : unit encodingval unit : unit encodingval constant : string -> unit encodingval int8 : int encodingval uint8 : int encodingval int16 : int encodingval uint16 : int encodingval int31 : int encodingval int32 : int32 encodingval int64 : int64 encodingval bool : bool encodingval string : string encodingval bytes : bytes encodingval string_enum : (string * 'a) list -> 'a encodingmodule Fixed : sig ... endmodule Variable : sig ... endmodule Bounded : sig ... endval json_schema : json_schema encodingval conv : 
  ('a -> 'b) ->
  ('b -> 'a) ->
  ?schema:json_schema ->
  'b encoding ->
  'a encodingval force_decode : 'a lazy_t -> 'a optionval force_bytes : 'a lazy_t -> bytesval apply_lazy : 
  fun_value:('a -> 'b) ->
  fun_bytes:(bytes -> 'b) ->
  fun_combine:('b -> 'b -> 'b) ->
  'a lazy_t ->
  'bmodule Json : sig ... endmodule Binary : sig ... end sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >