package tezos-protocol-environment

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Data_encoding.BinarySource

val length : 'a encoding -> 'a -> int
val fixed_length : 'a encoding -> int option
Sourceval read : 'a encoding -> bytes -> int -> int -> (int * 'a) option
Sourceval write : 'a encoding -> 'a -> bytes -> int -> int -> int option
Sourceval to_bytes : 'a encoding -> 'a -> bytes option
Sourceval to_bytes_exn : 'a encoding -> 'a -> bytes
Sourceval of_bytes : 'a encoding -> bytes -> 'a option
type write_error
exception Write_error of write_error
OCaml

Innovation. Community. Security.