package tezos-protocol-alpha

  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 Tezos_protocol_environment_alpha.Error_monad.error +=
  1. | Non_existing_contract of t
include BASIC_DATA with type t := t
include Tezos_protocol_environment_alpha.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

See

ontract_storage.check_allocated_and_get_balance

.

module Legacy_big_map_diff : sig ... end

See

ontract_storage.simulate_spending

.

module Internal_for_tests : sig ... end

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