package octez-proto-libs

  1. Overview
  2. Docs
Octez protocol libraries

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-octez-v20.1.tag.bz2
sha256=ddfb5076eeb0b32ac21c1eed44e8fc86a6743ef18ab23fff02d36e365bb73d61
sha512=d22a827df5146e0aa274df48bc2150b098177ff7e5eab52c6109e867eb0a1f0ec63e6bfbb0e3645a6c2112de3877c91a17df32ccbff301891ce4ba630c997a65

doc/octez-proto-libs.protocol-environment/Tezos_protocol_environment/V7/Make/Data_encoding/Variable/index.html

Module Data_encoding.Variable

Create encodings that produce data of a variable length when binary encoded. See the preamble for an explanation.

val string : string encoding
val bytes : bytes encoding
val array : ?max_length:int -> 'a encoding -> 'a array encoding
  • raises Invalid_argument

    if the encoding argument is variable length or may lead to zero-width representation in binary.

val list : ?max_length:int -> 'a encoding -> 'a list encoding
  • raises Invalid_argument

    if the encoding argument is variable length or may lead to zero-width representation in binary.

OCaml

Innovation. Community. Security.