package tezos-protocol-013-PtJakart

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

This module re-exports definitions from Tx_rollup_repr and Tx_rollup_storage.

include BASIC_DATA
type t
include Tezos_protocol_environment_013_PtJakart.Compare.S with type 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
type tx_rollup = t
val to_b58check : tx_rollup -> string
val of_b58check_opt : string -> tx_rollup option
val deposit_entrypoint : Entrypoint.t
module Internal_for_tests : sig ... end
OCaml

Innovation. Community. Security.