Sign data hash (as of EIP191) with this Signer's account
(self, data: bytes, v: int = 27)
| 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 |
no outgoing calls
no test coverage detected