From 944f51d66c5afb92008ddd1bff9fe83ce51a5e10 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Wed, 4 Oct 2017 12:55:16 +0300 Subject: Use SolidityTypes --- src/types.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/types.ts') diff --git a/src/types.ts b/src/types.ts index a6a24ef8e..92b873886 100644 --- a/src/types.ts +++ b/src/types.ts @@ -202,6 +202,8 @@ export interface TokenTransferProxyContract extends Web3.ContractInstance { export enum SolidityTypes { Address = 'address', Uint256 = 'uint256', + Uint8 = 'uint8', + Uint = 'uint', } export enum ExchangeContractErrCodes { -- cgit v1.2.3