package tezos-protocol-014-PtKathma

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

Module Tezos_raw_protocol_014_PtKathma.Bond_id_reprSource

This module defines identifiers for frozen bonds.

Sourcetype t =
  1. | Tx_rollup_bond_id of Tx_rollup_repr.t
  2. | Sc_rollup_bond_id of Sc_rollup_repr.t
include Tezos_protocol_environment_014_PtKathma.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
OCaml

Innovation. Community. Security.