aboutsummaryrefslogtreecommitdiffstats
path: root/Types.h
diff options
context:
space:
mode:
authorLiana Husikyan <liana@ethdev.com>2015-03-21 00:02:24 +0800
committerLiana Husikyan <liana@ethdev.com>2015-03-25 20:59:39 +0800
commite3ea90e997caf1d316252ad16ecb14c4d6163da5 (patch)
treec2ec90b16cacc0ad85e9aa20f5c6294a089bb873 /Types.h
parent011d95e7e348908b1027dea922a429517cdebf07 (diff)
downloaddexon-solidity-e3ea90e997caf1d316252ad16ecb14c4d6163da5.tar.gz
dexon-solidity-e3ea90e997caf1d316252ad16ecb14c4d6163da5.tar.zst
dexon-solidity-e3ea90e997caf1d316252ad16ecb14c4d6163da5.zip
added check for events and stat variables
Diffstat (limited to 'Types.h')
-rw-r--r--Types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Types.h b/Types.h
index 5941646a..17264dc5 100644
--- a/Types.h
+++ b/Types.h
@@ -187,7 +187,8 @@ public:
"for type without literals."));
}
- /// Returns address of type for ABI interface
+ /// @returns a type suitable for outside of Solidity, i.e. for contract types it returns address.
+ /// If there is no such type, returns an empty shared pointer.
virtual TypePointer externalType() const { return TypePointer(); }
protected: