package tezos-protocol-alpha

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

Static rollup-related metadata for the PVMs.

type 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

val equal : t -> t -> bool

Metadatas equality

Encoding for metadatas

OCaml

Innovation. Community. Security.