local_message_signer middleware for web3.py (#1713)
This commit is contained in:
committed by
F. Eugene Aumson
parent
fde9fc9dd4
commit
4f25ff6a50
@@ -0,0 +1,7 @@
|
||||
from distutils.core import Command
|
||||
|
||||
class clean(Command):
|
||||
def initialize_options(self: clean) -> None: ...
|
||||
def finalize_options(self: clean) -> None: ...
|
||||
def run(self: clean) -> None: ...
|
||||
...
|
Reference in New Issue
Block a user