From fdf213ef72e6e21a5092f852633de36ba7b0f90f Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Wed, 25 Oct 2017 14:00:47 +0300 Subject: Constraint status type --- packages/web3-typescript-typings/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/web3-typescript-typings/index.d.ts b/packages/web3-typescript-typings/index.d.ts index 2395dc92f..847f5c961 100644 --- a/packages/web3-typescript-typings/index.d.ts +++ b/packages/web3-typescript-typings/index.d.ts @@ -348,7 +348,7 @@ declare module 'web3' { transactionIndex: number; from: string; to: string; - status: null|string|number; + status: null|string|0|1; cumulativeGasUsed: number; gasUsed: number; contractAddress: string|null; -- cgit v1.2.3