Module Tezos_raw_protocol_alpha.Contract_kind_repr

type implementation_kind =
  1. | Script_code of Script_repr.lazy_expr
  2. | Native_kind of Script_native_repr.t
type originated_kind =
  1. | Script of Script_repr.t
  2. | Native of Script_native_repr.with_storage