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;
|
transactionIndex: number;
|
||||||
from: string;
|
from: string;
|
||||||
to: string;
|
to: string;
|
||||||
status: null|string|number;
|
status: null|string|0|1;
|
||||||
cumulativeGasUsed: number;
|
cumulativeGasUsed: number;
|
||||||
gasUsed: number;
|
gasUsed: number;
|
||||||
contractAddress: string|null;
|
contractAddress: string|null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user