🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

eth-typing

Package Overview
Dependencies
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eth-typing - pypi Package Compare versions

Comparing version
5.0.0
to
5.0.1
+1
-1
eth_typing.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: eth-typing
Version: 5.0.0
Version: 5.0.1
Summary: eth-typing: Common type annotations for ethereum python packages

@@ -5,0 +5,0 @@ Home-page: https://github.com/ethereum/eth-typing

@@ -61,3 +61,3 @@ """

"""If True, event is anonymous. Cannot filter the event by name."""
inputs: NotRequired[Sequence["ABIComponent"]]
inputs: NotRequired[Sequence["ABIComponentIndexed"]]
"""Input components for the event."""

@@ -64,0 +64,0 @@

Metadata-Version: 2.1
Name: eth-typing
Version: 5.0.0
Version: 5.0.1
Summary: eth-typing: Common type annotations for ethereum python packages

@@ -5,0 +5,0 @@ Home-page: https://github.com/ethereum/eth-typing

@@ -41,3 +41,3 @@ #!/usr/bin/env python

# *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme
version="5.0.0",
version="5.0.1",
description="""eth-typing: Common type annotations for ethereum python packages""",

@@ -44,0 +44,0 @@ long_description=long_description,