package octez-smart-rollup-node-lib

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

Protocol specific functions to interact with the L1 node.

val prefetch_tezos_blocks : Layer1.t -> Layer1.head list -> unit

prefetch_tezos_blocks l1_ctxt blocks prefetches the blocks asynchronously. NOTE: the number of blocks to prefetch must not be greater than the size of the blocks cache otherwise they will be lost.

get_boot_sector block_hash node_ctxt retrieves the boot sector from the rollup origination operation in block block_hash. Precondition: block_hash has to be the block where the rollup was originated.

Find and retrieve the whitelist the rollup at a given block (if provided) or the head.

Retrieve information about the last whitelist update on L1.

OCaml

Innovation. Community. Security.