package tezos-base

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = Ipaddr.V6.t
type port = int
val encoding : t Data_encoding.t
val pp : Format.formatter -> t -> unit
val of_string_opt : string -> t option
val of_string_exn : string -> t
val to_string : t -> string
val rpc_arg : t Tezos_rpc.RPC_arg.t