We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d926cc7 commit 36e6e68Copy full SHA for 36e6e68
async_substrate_interface/protocols.py
@@ -28,7 +28,7 @@ def crypto_type(self) -> int:
28
...
29
30
@property
31
- def public_key(self) -> bytes | None:
+ def public_key(self) -> Optional[bytes]:
32
33
34
0 commit comments