package tezos-dal-node-lib

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

Module Dal_proto_types.Skip_list_hashSource

Generic protocol-agnostic representation of DAL skip list hashes.

Sourcetype t

The generic protocol agnostic representation of a protocol type.

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

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

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

Dual operation of of_proto.

Sourceval encoding : t Tezos_base.TzPervasives.Data_encoding.t
Sourceval equal : t -> t -> bool
OCaml

Innovation. Community. Security.