package tezos-dal-node-lib

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

Generic protocol-agnostic representation of DAL skip list cells.

type t

The generic protocol agnostic representation of a protocol type.

val of_proto : 'a Tezos_base.TzPervasives.Data_encoding.t -> 'a -> t

Import a value of the protocol value into the generic type.

val to_proto : 'a Tezos_base.TzPervasives.Data_encoding.t -> t -> 'a

Dual operation of of_proto.

val equal : t -> t -> bool
OCaml

Innovation. Community. Security.