aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ethereum-types/src/index.ts
diff options
context:
space:
mode:
authorGreg Hysen <greg.hysen@gmail.com>2018-11-28 08:33:51 +0800
committerGreg Hysen <greg.hysen@gmail.com>2018-11-29 08:38:11 +0800
commit14c094d050e7b2d0a4b31d02dbe58a54153be7bb (patch)
tree363d74ffde6ad86e981b18be4569d97f234deeb9 /packages/ethereum-types/src/index.ts
parentf196dc9e35d12aad281142371af4d2c32db1fd60 (diff)
downloaddexon-sol-tools-14c094d050e7b2d0a4b31d02dbe58a54153be7bb.tar
dexon-sol-tools-14c094d050e7b2d0a4b31d02dbe58a54153be7bb.tar.gz
dexon-sol-tools-14c094d050e7b2d0a4b31d02dbe58a54153be7bb.tar.bz2
dexon-sol-tools-14c094d050e7b2d0a4b31d02dbe58a54153be7bb.tar.lz
dexon-sol-tools-14c094d050e7b2d0a4b31d02dbe58a54153be7bb.tar.xz
dexon-sol-tools-14c094d050e7b2d0a4b31d02dbe58a54153be7bb.tar.zst
dexon-sol-tools-14c094d050e7b2d0a4b31d02dbe58a54153be7bb.zip
Use SolidityTypes from `ethereum-types` package.
Diffstat (limited to 'packages/ethereum-types/src/index.ts')
-rw-r--r--packages/ethereum-types/src/index.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/ethereum-types/src/index.ts b/packages/ethereum-types/src/index.ts
index eff38711a..9430fdc98 100644
--- a/packages/ethereum-types/src/index.ts
+++ b/packages/ethereum-types/src/index.ts
@@ -283,6 +283,11 @@ export interface RawLogEntry {
export enum SolidityTypes {
Address = 'address',
+ Bool = 'bool',
+ Bytes = 'bytes',
+ Int = 'int',
+ String = 'string',
+ Tuple = 'tuple',
Uint256 = 'uint256',
Uint8 = 'uint8',
Uint = 'uint',