Add status to a transaction receipt
This commit is contained in:
1
packages/web3-typescript-typings/index.d.ts
vendored
1
packages/web3-typescript-typings/index.d.ts
vendored
@@ -348,6 +348,7 @@ declare module 'web3' {
|
||||
transactionIndex: number;
|
||||
from: string;
|
||||
to: string;
|
||||
status: null|string|number;
|
||||
cumulativeGasUsed: number;
|
||||
gasUsed: number;
|
||||
contractAddress: string|null;
|
||||
|
Reference in New Issue
Block a user