diff options
-rw-r--r-- | packages/web3-typescript-typings/index.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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; |