package octez-protocol-017-PtNairob-libs

  1. Overview
  2. Docs
Octez protocol 017-PtNairob libraries

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-18.1.tar.gz
sha256=aa2f5bc99cc4ca2217c52a1af2a2cdfd3b383208cb859ca2e79ca0903396ca1d
sha512=d68bb3eb615e3dcccc845fddfc9901c95b3c6dc8e105e39522ce97637b1308a7fa7aa1d271351d5933febd7476b2819e1694f31198f1f0919681f1f9cc97cb3a

doc/octez-protocol-017-PtNairob-libs.dac/Tezos_dac_017_PtNairob/Dac_plugin_registration/Make/index.html

Module Dac_plugin_registration.MakeSource

Parameters

module Mapper : sig ... end

Signature

Sourceval encoding : Tezos_dac_lib.Dac_plugin.hash Tezos_base.TzPervasives.Data_encoding.t

The encoding of reveal hashes.

equal h1 h2 determines if h1 and h2 are the same hash.

Sourceval hash_string : scheme:Tezos_dac_lib.Dac_plugin.supported_hashes -> ?key:string -> string list -> Tezos_dac_lib.Dac_plugin.hash

hash_string ~scheme ?key strings hashes strings using the supported hashing scheme given in input.

Sourceval hash_bytes : scheme:Tezos_dac_lib.Dac_plugin.supported_hashes -> ?key:bytes -> bytes list -> Tezos_dac_lib.Dac_plugin.hash

hash_bytes ~scheme ?key strings hashes bytes using the supported hashing scheme given in input.

scheme_of_hash hash returns the supported hashing scheme that was used to obtain hash.

Sourceval of_hex : string -> Tezos_dac_lib.Dac_plugin.hash option

of_hex hex decodes a hex into hash.

to_hex hash encodes hash into hex.

size ~scheme returns the size of reveal hashes using the scheme specified in input.

OCaml

Innovation. Community. Security.