Skip to content

Commit

Permalink
Merge pull request #2844 from joshstevens19/fix/2819/types/block
Browse files Browse the repository at this point in the history
fix - 2819 - Block transactions on some instances returns an array of…
  • Loading branch information
nivida committed May 28, 2019
2 parents 2155d57 + 11c7f50 commit 5683436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web3-eth/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export interface BlockHeader {
}

export interface Block extends BlockHeader {
transactions: Transaction[];
transactions: Transaction[] | string[];
size: number
difficulty: number
totalDifficulty: number
Expand Down

0 comments on commit 5683436

Please sign in to comment.