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.
sign_raw
1 parent c7d4fc6 commit 68f1a47Copy full SHA for 68f1a47
src/aleph/sdk/types.py
@@ -32,5 +32,7 @@ class AccountFromPrivateKey(Account, Protocol):
32
33
def __init__(self, private_key: bytes): ...
34
35
+ async def sign_raw(self, buffer: bytes) -> bytes: ...
36
+
37
38
GenericMessage = TypeVar("GenericMessage", bound=AlephMessage)
0 commit comments