Skip to content

Commit

Permalink
add input to transaction type
Browse files Browse the repository at this point in the history
  • Loading branch information
bradennapier committed Mar 8, 2019
1 parent 970d837 commit 9f4f854
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 @@ -129,6 +129,7 @@ export interface Transaction {
r?: string;
s?: string;
hash?: string;
input?: string;
}

export interface RLPEncodedTransaction {
Expand Down

0 comments on commit 9f4f854

Please sign in to comment.