package octez-smart-rollup-node-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val get : Node_context.rw -> Octez_smart_rollup.Merkelized_payload_hashes_hash.t -> string list Tezos_base.TzPervasives.tzresult Lwt.t

get t witness_hash retrieves the messages for the merkelized payloads hash witness_hash stored by the rollup node.

val find : Node_context.rw -> Octez_smart_rollup.Merkelized_payload_hashes_hash.t -> string list option Tezos_base.TzPervasives.tzresult Lwt.t

Same as get but returns None if the payloads hash is not known.

OCaml

Innovation. Community. Security.