Tezos_raw_protocol_alpha.Tx_rollup_servicesSourceval inbox :
'a Tezos_protocol_environment_alpha.RPC_context.simple ->
'a ->
Alpha_context.Tx_rollup.t ->
Alpha_context.Tx_rollup_level.t ->
Alpha_context.Tx_rollup_inbox.t option
Tezos_protocol_environment_alpha.Error_monad.shell_tzresult
Tezos_protocol_environment_alpha.Lwt.tReturns the inbox for a transaction rollup for a given rollup level.
Returns Not_found if the transaction rollup exists, but does not have inbox at that level. Fails if the transaction rollup does not exist.
val commitment :
'a Tezos_protocol_environment_alpha.RPC_context.simple ->
'a ->
Alpha_context.Tx_rollup.t ->
Alpha_context.Tx_rollup_level.t ->
Alpha_context.Tx_rollup_commitment.Submitted_commitment.t option
Tezos_protocol_environment_alpha.Error_monad.shell_tzresult
Tezos_protocol_environment_alpha.Lwt.t