package tezos-protocol-013-PtJakart

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. b58check_prefix : string;
  2. prefix : string;
  3. hash_size : int;
  4. b58check_size : int;
}
val rollup_address : t
val l2_address : t
val inbox_hash : t
val message_hash : t
val commitment_hash : t
val message_result_hash : t
val message_result_list_hash : t

See Tx_rollup_message_result_repr.Merkle.

val withdraw_list_hash : t
val inbox_list_hash : t

See Tx_rollup_inbox_repr.inbox_hash.

check_encoding spec encoding checks that encoding satisfies spec. Raises an exception otherwise.