mm-web3 0.5.4__py3-none-any.whl → 0.5.6__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
mm_web3/account.py CHANGED
@@ -41,7 +41,7 @@ class PrivateKeyMap(dict[str, str]):
41
41
  raise TypeError("All keys in PrivateKeyMap must be strings")
42
42
  if not all(isinstance(v, str) for v in value.values()):
43
43
  raise TypeError("All values in PrivateKeyMap must be strings")
44
- return cls(value)
44
+ return cls(value) # ty: ignore[no-matching-overload] # false positive
45
45
  raise TypeError("Invalid type for PrivateKeyMap. Expected dict or PrivateKeyMap.")
46
46
 
47
47
  @staticmethod
@@ -0,0 +1,8 @@
1
+ Metadata-Version: 2.4
2
+ Name: mm-web3
3
+ Version: 0.5.6
4
+ Requires-Python: >=3.13
5
+ Requires-Dist: loguru>=0.7.3
6
+ Requires-Dist: mm-http~=0.2.4
7
+ Requires-Dist: mm-print~=0.2.2
8
+ Requires-Dist: mm-std~=0.6.0
@@ -1,5 +1,5 @@
1
1
  mm_web3/__init__.py,sha256=uGPiC3UGbashWlRiIr27CjqGp1xUTHA6goDBO5cGBBU,1296
2
- mm_web3/account.py,sha256=CNV2I6BRxMNwh2lldOKo9Gpv30zXaL2UzurztUDR_bY,3623
2
+ mm_web3/account.py,sha256=9IkbcEB3wyyPfvKkwaJqTdZQuHfAGeEoipjkMFXLu54,3676
3
3
  mm_web3/calcs.py,sha256=b5mWCDE8UdQjxkdVbWPMRNaMbG6XteSlqG0M2CYDQe4,7860
4
4
  mm_web3/config.py,sha256=A_xHvWQgJlAZPI7iJ0q-53gFA1WWOIKQl3uMTlQm6qM,5733
5
5
  mm_web3/log.py,sha256=rvrObh-Jo9nO0OEIsLD5-f98mxeuA1GQlkYUY7xLb0Q,653
@@ -10,6 +10,6 @@ mm_web3/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
10
  mm_web3/retry.py,sha256=OuiPyxADn16b748ZYe5XVff6hVMumj4bnAteQSvUYs4,2390
11
11
  mm_web3/utils.py,sha256=k-x8R8bLRZKBN3xqeepukD9Tzwt97qiTUETSrK7lIHM,2009
12
12
  mm_web3/validators.py,sha256=nt1AXiLfz1ek5PWsqVMtgvENSsCky0-B0NtrXuf0afI,12894
13
- mm_web3-0.5.4.dist-info/METADATA,sha256=Oez7ugiUqc0uXHFQW9mdQZGPoiUTySjt3HNUROI5DuU,194
14
- mm_web3-0.5.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
15
- mm_web3-0.5.4.dist-info/RECORD,,
13
+ mm_web3-0.5.6.dist-info/METADATA,sha256=XEGjkVTDTIeQjMxjtJtEpDKQ3b_3jWb4kawaOMlOsUM,194
14
+ mm_web3-0.5.6.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
15
+ mm_web3-0.5.6.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.27.0
2
+ Generator: hatchling 1.28.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -1,8 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: mm-web3
3
- Version: 0.5.4
4
- Requires-Python: >=3.13
5
- Requires-Dist: loguru>=0.7.3
6
- Requires-Dist: mm-http~=0.2.1
7
- Requires-Dist: mm-print~=0.2.1
8
- Requires-Dist: mm-std~=0.5.4