Added signatures to appointment

This commit is contained in:
Salvatore Ingala
2019-10-10 16:38:34 +07:00
parent b74df42a2b
commit 99db9a29ad
5 changed files with 21 additions and 5 deletions

View File

@@ -1,3 +1,5 @@
import json
from pisa.encrypted_blob import EncryptedBlob
@@ -22,3 +24,5 @@ class Appointment:
# ToDO: #3-improve-appointment-structure
def serialize(self):
return json.dumps(self.to_json())