package tezos-protocol-genesis

  1. Overview
  2. Docs
Tezos protocol genesis package

Install

Dune Dependency

Authors

Maintainers

Sources

octez-19.0.tar.gz
sha256=c6df840ebbf115e454db949028c595bec558a59a66cade73b52a6d099d6fa4d4
sha512=d8aee903b9fe130d73176bc8ec38b78c9ff65317da3cb4f3415f09af0c625b4384e7498201fdb61aa39086a7d5d409d0ab3423f9bc3ab989a680cf444a79bc13

doc/tezos_protocol_environment_genesis/Tezos_protocol_environment_genesis/P256/index.html

Module Tezos_protocol_environment_genesis.P256

module Public_key_hash : sig ... end
module Public_key : sig ... end
type t = Tezos_base.TzPervasives.Signature.P256.t
val pp : Format.formatter -> t -> unit
val size : int
val to_bytes : t -> MBytes.t
val of_bytes_opt : MBytes.t -> t option
val of_bytes_exn : MBytes.t -> t
val (=) : t -> t -> bool
val (<>) : t -> t -> bool
val (<) : t -> t -> bool
val (<=) : t -> t -> bool
val (>=) : t -> t -> bool
val (>) : t -> t -> bool
val compare : t -> t -> int
val equal : t -> t -> bool
val max : t -> t -> t
val min : t -> t -> t
val to_b58check : t -> string
val to_short_b58check : t -> string
val of_b58check_exn : string -> t
val of_b58check_opt : string -> t option
type Base58.data +=
  1. | Data of t
val b58check_encoding : t Base58.encoding
val encoding : t Data_encoding.t
val rpc_arg : t RPC_arg.t
val zero : t
val check : ?watermark:MBytes.t -> Public_key.t -> t -> MBytes.t -> bool
OCaml

Innovation. Community. Security.