You can search for identifiers within the package.
in-package search v0.2.0
type t
include 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 +=
| Data of t
val b58check_encoding : t Base58.encoding
include ENCODER with type t := t
val encoding : t Data_encoding.t
val rpc_arg : t Tezos_rpc.Arg.t