Constraint status type

This commit is contained in:
Leonid Logvinov 2017-10-25 14:00:47 +03:00
parent 22fe605b1e
commit fdf213ef72
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

View File

@ -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;