Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
include S.B58_DATA with type t := t
val to_b58check : t -> string
val to_short_b58check : t -> string
val of_b58check : string -> t Tezos_error_monad.Error_monad.tzresult
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
include S.ENCODER with type t := t
val encoding : t Data_encoding.t
val rpc_arg : t Tezos_rpc.RPC_arg.t
val name : string
module Z_m : Znz.ZN
val e : t
val g1 : t
val g2 : t
val (*) : t -> t -> t
val (=) : t -> t -> bool
val pow : t -> Z_m.t -> t
val to_bits : t -> String.t

Binary representation

val of_bits : String.t -> t option