mirror of https://github.com/ConsenSys/mythril
parent
4e7152f2cd
commit
8a7c43d038
@ -0,0 +1,11 @@ |
||||
from abc import ABC, abstractmethod |
||||
|
||||
|
||||
class ExecutionInfo(ABC): |
||||
@abstractmethod |
||||
def as_dict(self): |
||||
"""Returns a dictionary with the execution info contained in this object |
||||
|
||||
The returned dictionary only uses primitive types. |
||||
""" |
||||
pass |
Loading…
Reference in new issue