Skip to content

Commit

Permalink
Fix: _jsonInterfaceMethodToString export in types (#5550) (#5623)
Browse files Browse the repository at this point in the history
* Fix: _jsonInterfaceMethodToString export in types

Co-authored-by: Dmitry Radkovskiy <zlumer@gmail.com>
  • Loading branch information
Muhammad-Altabba and zlumer committed Nov 17, 2022
1 parent 3b22adf commit 3bf37bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -614,4 +614,6 @@ Released with 1.0.0-beta.37 code base.

## [Unreleased]

## [1.8.2]
### Fixed

- Fixed types for `web3.utils._jsonInterfaceMethodToString` (#5550)
2 changes: 1 addition & 1 deletion packages/web3-utils/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export interface Utils {
isContractAddressInBloom(bloom: string, contractAddress: string): boolean;
isTopicInBloom(bloom: string, topic: string): boolean;
isTopic(topic: string): boolean;
jsonInterfaceMethodToString(abiItem: AbiItem): string;
_jsonInterfaceMethodToString(abiItem: AbiItem): string;
soliditySha3(...val: Mixed[]): string | null;
soliditySha3Raw(...val: Mixed[]): string;
encodePacked(...val: Mixed[]): string | null;
Expand Down

0 comments on commit 3bf37bf

Please sign in to comment.