Octez_smart_rollup_node.Pvm_patchestype t = private (unsafe_patch * kind) listThe type of registered patches for the PVM.
val unsafe_patch_encoding :
unsafe_patch Tezos_base.TzPervasives.Data_encoding.tEncoding for unsafe patches.
val pp_unsafe_patch : Stdlib.Format.formatter -> unsafe_patch -> unitPretty printer for unsafe patches.
val make :
Octez_smart_rollup.Kind.t ->
Octez_smart_rollup.Address.t ->
unsafe_patch list ->
t Tezos_base.TzPervasives.tzresultmake kind address patches builds the patches from the user provided list patches and adds the hardcoded PVM patches for the rollup address.