Add status to a transaction receipt

This commit is contained in:
Leonid Logvinov
2017-10-25 13:19:35 +03:00
parent 24ff2ec30c
commit bcc902a889

View File

@@ -348,6 +348,7 @@ declare module 'web3' {
transactionIndex: number;
from: string;
to: string;
status: null|string|number;
cumulativeGasUsed: number;
gasUsed: number;
contractAddress: string|null;