Constraint status type
This commit is contained in:
parent
22fe605b1e
commit
fdf213ef72
2
packages/web3-typescript-typings/index.d.ts
vendored
2
packages/web3-typescript-typings/index.d.ts
vendored
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user