Mavkit_smart_rollup_node.Messages
val get :
Node_context.rw ->
Mavkit_smart_rollup.Merkelized_payload_hashes_hash.t ->
string list Mavryk_base.TzPervasives.tzresult Lwt.t
get 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.t
Same as get
but returns None
if the payloads hash is not known.