octez-l2-libs.smart-rollup
Rollup_node_services.Arg
octez-l2-libs.layer2_store
octez-l2-libs.scoru-wasm
octez-l2-libs.scoru-wasm-fast
octez-l2-libs.scoru-wasm-helpers
octez-l2-libs.scoru_wasm_durable_snapshot
octez-l2-libs.scoru_wasm_test_helpers
octez-l2-libs.smart_rollup_wasm_benchmark_lib
octez-l2-libs.wasmer
octez-l2-libs.webassembly-interpreter
octez-l2-libs.webassembly-interpreter-extra
type block_id = [
| `Head
| `Hash of Tezos_base.TzPervasives.Block_hash.t
| `Level of Int32.t
| `Finalized
| `Cemented
]
val construct_block_id : [< `Cemented | `Finalized | `Hash of Tezos_base.TzPervasives.Block_hash.t | `Head | `Level of int32 ] -> string
val destruct_block_id : string -> ([> `Cemented | `Finalized | `Hash of Tezos_base.TzPervasives.Block_hash.t | `Head | `Level of int32 ], string) result
val block_id : block_id Tezos_rpc.Arg.t
val l2_message_hash : L2_message.hash Tezos_rpc.Arg.t