package tezos-shell

  1. Overview
  2. Docs

A newly received block is validated by replaying locally the block creation, applying each operation and its finalization to ensure their consistency. This module is stateless and creates and manipulates the prevalidation_state.

module type T = sig ... end

Pre-apply creates a new block and returns it.

OCaml

Innovation. Community. Security.