MCPcopy
hub / github.com/raiden-network/raiden / sign

Method sign

raiden/utils/signer.py:58–60  ·  view source on GitHub ↗

Sign data hash (as of EIP191) with this Signer's account

(self, data: bytes, v: int = 27)

Source from the content-addressed store, hash-verified

56
57 @abstractmethod
58 def sign(self, data: bytes, v: int = 27) -> Signature:
59 """Sign data hash (as of EIP191) with this Signer's account"""
60 pass
61
62 # TODO: signTransaction (replace privkey on JSONRPCClient)
63 # issue: https://github.com/raiden-network/raiden/issues/3390

Calls

no outgoing calls

Tested by

no test coverage detected