Skip to content

Commit

Permalink
Make TransactionResponse hash required (#537).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Jun 6, 2019
1 parent 69bfc6b commit 095c1fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/abstract-provider/src.ts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ export type TransactionRequest = {
}

export interface TransactionResponse extends Transaction {
hash: string;

// Only if a transaction has been mined
blockNumber?: number,
blockHash?: string,
Expand Down

0 comments on commit 095c1fe

Please sign in to comment.