Skip to content

Commit

Permalink
Fix: Typing: Protocol AccountFromPrivateKey lacked method sign_raw
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh committed Jun 7, 2024
1 parent c7d4fc6 commit 68f1a47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/aleph/sdk/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@ class AccountFromPrivateKey(Account, Protocol):

def __init__(self, private_key: bytes): ...

async def sign_raw(self, buffer: bytes) -> bytes: ...


GenericMessage = TypeVar("GenericMessage", bound=AlephMessage)

0 comments on commit 68f1a47

Please sign in to comment.