tezos-protocol-alpha.raw
Tezos_raw_protocol_alpha.Tx_rollup_prefixes
tezos-protocol-alpha
tezos-protocol-alpha.environment
tezos-protocol-alpha.parameters
type t = {
b58check_prefix : string;
prefix : string;
hash_size : int;
b58check_size : int;
}
val rollup_address : t
See Tx_rollup_repr.
Tx_rollup_repr
val inbox_hash : t
See Tx_rollup_inbox_repr.
Tx_rollup_inbox_repr
val message_hash : t
See Tx_rollup_message_repr.
Tx_rollup_message_repr
val commitment_hash : t
See Tx_rollup_commitment_repr.
Tx_rollup_commitment_repr
val message_result_hash : t
val message_result_list_hash : t
See Tx_rollup_message_result_repr.Merkle.
Tx_rollup_message_result_repr.Merkle
val withdraw_list_hash : t
See Tx_rollup_withdraw_repr.
Tx_rollup_withdraw_repr
val inbox_list_hash : t
See Tx_rollup_inbox_repr.inbox_hash.
Tx_rollup_inbox_repr.inbox_hash
val check_encoding : t -> 'a Tezos_protocol_environment_alpha.Base58.encoding -> unit
check_encoding spec encoding checks that encoding satisfies spec. Raises an exception otherwise.
check_encoding spec encoding
encoding
spec