Skip to content

Commit

Permalink
Merge pull request #2288 from joshstevens19/types/fix-transaction-rec…
Browse files Browse the repository at this point in the history
…eipt-interface

fix: add `status` onto `TransactionReceipt`
  • Loading branch information
nivida authored Feb 4, 2019
2 parents 75a900e + 63d4f2a commit 888d88a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web3-core/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export interface RLPEncodedTransaction {
}

export interface TransactionReceipt {
status: boolean;
transactionHash: string;
transactionIndex: number;
blockHash: string;
Expand Down

0 comments on commit 888d88a

Please sign in to comment.