Skip to content

Commit

Permalink
Merge pull request #3279 from ethereum/issue/3270
Browse files Browse the repository at this point in the history
AbiInput type updated in web3-utils
  • Loading branch information
nivida authored Dec 19, 2019
2 parents a86ad22 + a74b7e2 commit 8520b65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ Released with 1.0.0-beta.37 code base.
- ``getPendingTransactions`` added to web3-eth package (#3239)
- Revert instruction handling added which can get activated with the ``handleRevert`` module property (#3248)
- The ``receipt`` does now exist as property on the error object for transaction related errors (#3259)
- ``internalType`` added to ``AbiInput`` TS interface in ``web3-utils`` (#3279)

### Changed

Expand Down
1 change: 1 addition & 0 deletions packages/web3-utils/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ export interface AbiInput {
type: string;
indexed?: boolean;
components?: AbiInput[];
internalType?: string;
}

export interface AbiOutput {
Expand Down

0 comments on commit 8520b65

Please sign in to comment.