diff --git a/ethpm_types/contract_type.py b/ethpm_types/contract_type.py index 5b558e8..b6fe220 100644 --- a/ethpm_types/contract_type.py +++ b/ethpm_types/contract_type.py @@ -400,6 +400,13 @@ class ContractType(BaseModel): **NOTE**: This is not part of the canonical EIP-2678 spec. """ + dev_messages: Optional[Dict[int, str]] = None + """ + A map of dev-message comments in the source contract by their starting line number. + + **NOTE**: This is not part of the canonical EIP-2678 spec. + """ + userdoc: Optional[dict] = None devdoc: Optional[dict] = None