Co-authored-by: r0qs <rodrigo.saramago@protonmail.com>
This commit is contained in:
minaminao
2023-07-10 21:22:10 +09:00
co-authored by r0qs
parent 5d7533b540
commit ce0fbae00b
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ inheritance.
Types defined inside interfaces and other contract-like structures
can be accessed from other contracts: ``Token.TokenType`` or ``Token.Coin``.
.. warning:
.. warning::
Interfaces have supported ``enum`` types since :doc:`Solidity version 0.5.0 <050-breaking-changes>`, make
sure the pragma version specifies this version as a minimum.