Tezos_raw_protocol_023_PtSeouLo.Sc_rollupsHere is the list of PVMs available in this protocol.
module PVM : sig ... endmodule Kind : sig ... endA smart contract rollup has a kind, which assigns meaning to rollup operations.
val genesis_state_hash_of : 
  boot_sector:string ->
  Kind.t ->
  Sc_rollup_repr.State_hash.t Tezos_protocol_environment_023_PtSeouLo.Lwt.tgenesis_hash_of machine ~boot_sector computes the initial state hash of a rollup given an initial boot_sector.