Skip to content

Commit

Permalink
Merge d27613c into 3d74aa6
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerddan committed Jun 13, 2018
2 parents 3d74aa6 + d27613c commit 361b45c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web3/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export declare interface TransactionReceipt {
events?: {
[eventName: string]: EventLog
},
status: string
status: boolean
}
export declare interface EncodedTransaction {
raw: string,
Expand Down Expand Up @@ -471,4 +471,4 @@ export declare class BatchRequest {
constructor()
add(request: Request): void //
execute(): void
}
}

0 comments on commit 361b45c

Please sign in to comment.