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 36e6e68 commit d181207Copy full SHA for d181207
async_substrate_interface/protocols.py
@@ -39,5 +39,5 @@ def ss58_address(self) -> str:
39
def ss58_format(self) -> int:
40
...
41
42
- def sign(self, data: bytes | str) -> bytes:
+ def sign(self, data: Union[bytes, str]) -> bytes:
43
0 commit comments