Rollup_node_services.Argtype block_id = [ | `Head| `Hash of Tezos_base.TzPervasives.Block_hash.t| `Level of Stdlib.Int32.t| `Finalized| `Cemented ]val construct_block_id :
[< `Cemented
| `Finalized
| `Hash of Tezos_base.TzPervasives.Block_hash.t
| `Head
| `Level of int32 ] ->
stringval destruct_block_id :
string ->
([> `Cemented
| `Finalized
| `Hash of Tezos_base.TzPervasives.Block_hash.t
| `Head
| `Level of int32 ],
string)
Stdlib.resultval block_id : block_id Tezos_rpc.Arg.tval l2_message_id : L2_message.id Tezos_rpc.Arg.tval commitment_hash : Octez_smart_rollup.Commitment.Hash.t Tezos_rpc.Arg.tval operation_kind : Operation_kind.t Tezos_rpc.Arg.tval z : Z.t Resto.Arg.arg