Mavkit_smart_rollup_node.Messagesval get :
Node_context.rw ->
Mavkit_smart_rollup.Merkelized_payload_hashes_hash.t ->
string list Mavryk_base.TzPervasives.tzresult Lwt.tget t witness_hash retrieves the messages for the merkelized payloads hash witness_hash stored by the rollup node.
val find :
Node_context.rw ->
Mavkit_smart_rollup.Merkelized_payload_hashes_hash.t ->
string list option Mavryk_base.TzPervasives.tzresult Lwt.tSame as get but returns None if the payloads hash is not known.