From bcc902a889f3358f3a2458dd039a43f7919a5c85 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Wed, 25 Oct 2017 13:19:35 +0300 Subject: Add status to a transaction receipt --- packages/web3-typescript-typings/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/web3-typescript-typings/index.d.ts b/packages/web3-typescript-typings/index.d.ts index f866078ea..2395dc92f 100644 --- a/packages/web3-typescript-typings/index.d.ts +++ b/packages/web3-typescript-typings/index.d.ts @@ -348,6 +348,7 @@ declare module 'web3' { transactionIndex: number; from: string; to: string; + status: null|string|number; cumulativeGasUsed: number; gasUsed: number; contractAddress: string|null; -- cgit v1.2.3