This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from typing import (Tuple) # noqa: F401 | |
import numpy as np | |
from web3 import Web3 | |
from web3.auto import w3 | |
from eth_account.messages import encode_defunct, _hash_eip191_message | |
from eth_keys import keys | |
from eth_keys.backends.native.ecdsa import ( |