@ -147,6 +147,10 @@ class Identity:
return f'{self.name} {mnemonic}'
@property
def can_sign(self) -> bool:
return bool(self.sign_key)
def sign(self, data: str) -> str:
"""Sign data"""