package tezos-protocol-013-PtJakart

  1. Overview
  2. Docs
Tezos/Protocol: economic-protocol definition

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-16.1.tar.gz
sha256=43723d096307603703a1a89ed1b2eb202b365f5e7824b96b0cbf813b343a6cf7
sha512=b2a637f2e965000d3d49ad85277ca24d6cb07a1a7cf2bc69d296d8b03ad78c3eaa8e21e94b9162e62c2e11649cd03bc845b2a3dafe623b91065df69d47dc8e4f

doc/tezos-protocol-013-PtJakart.raw/Tezos_raw_protocol_013_PtJakart/Tx_rollup_repr/index.html

Module Tezos_raw_protocol_013_PtJakart.Tx_rollup_reprSource

This module defines identifiers for transaction only rollup (or tx rollup). It also specifies how to compute originated tx rollup's hash from origination nonce.

Sourcemodule Hash : sig ... end

A specialized Blake2B implementation for hashing tx_rollup identifiers with "txr1" as a base58 prefix

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

in_memory_size tx_rollup returns the number of bytes tx_rollup uses in RAM.

Sourceval to_b58check : t -> string
Sourceval of_b58check_opt : string -> t option
Sourceval originated_tx_rollup : Origination_nonce.t -> t

originated_tx_rollup nonce is the tx_rollup address originated from nonce. See Origination_nonce.t for more information.

Sourceval deposit_entrypoint : Entrypoint_repr.t

The entrypoint a layer-1 contract can use to deposit Michelson tickets into a transaction rollup.

OCaml

Innovation. Community. Security.