package tezos-protocol-016-PtMumbai

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

This module re-exports definitions from Contract_repr and Contract_storage.

type t =
  1. | Implicit of public_key_hash
  2. | Originated of Contract_hash.t

Functions related to contracts address.

include BASIC_DATA with type t := t
include Tezos_protocol_environment_016_PtMumbai.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
val in_memory_size : t -> Cache_memory_helpers.sint
val to_b58check : t -> string

Functions related to contracts existence.

Functions related to both implicit accounts and originated contracts.

Functions related to implicit accounts.

Functions related to smart contracts.

module Legacy_big_map_diff : sig ... end
module Delegate : sig ... end

Functions for handling the delegate of a contract.

module Internal_for_tests : sig ... end

This module discloses definitions that are only useful for tests and must not be used otherwise.

OCaml

Innovation. Community. Security.