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 0d8cd48 commit 214db7cCopy full SHA for 214db7c
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