diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/web3-typescript-typings/index.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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; |