package tezos-protocol-016-PtMumbai

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

Module Alpha_context.ContractSource

This module re-exports definitions from Contract_repr and Contract_storage.

Sourcetype 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
Sourceval in_memory_size : t -> Cache_memory_helpers.sint
Sourceval 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.

Sourcemodule Legacy_big_map_diff : sig ... end
Sourcemodule Delegate : sig ... end

Functions for handling the delegate of a contract.

Sourcemodule 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.