package tezos-protocol-alpha

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

Module Tezos_raw_protocol_alpha.Sc_rollup_metadata_reprSource

Static rollup-related metadata for the PVMs.

Sourcetype t = {
  1. address : Sc_rollup_repr.Address.t;
    (*

    The rollup address.

    *)
  2. origination_level : Raw_level_repr.t;
    (*

    The origination level of the rollup.

    *)
}

A metadata contains:

Pretty-printer for metadatas

Sourceval equal : t -> t -> bool

Metadatas equality

Encoding for metadatas

OCaml

Innovation. Community. Security.