You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@lijiachang yes this is currently a problem from using data classy, I am looking to refactor this to a better library this week for a v0.2.0 release, so will check this UX as well
Environment information
a simple test code:
class Test(EIP712Message):
name: string = "Frank 0x0016"
version: string = "1"
chainId: unit256 = 5
verifyingContract: address = "0x2a980B"
mail = Test(owner="0x7f62d", amount=120, nonce=2374)
pycharm warning:
The text was updated successfully, but these errors were encountered: