Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstevens19 committed May 28, 2019
1 parent 12e5c94 commit 3f2b18d
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 3f2b18d

Please sign in to comment.