소스 검색

Update README.md

justtheboss97 4 년 전
부모
커밋
2a5fbecbde
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -8,7 +8,8 @@ This is a small description of how the chain works and how data is being formatt
   "key": "public key of the contract",
   "id": "transaction id",
   "timestamp": "unix timestamp of transaction creation",
-  "data": "encrypted string of contract"
+  "data": "encrypted string of contract",
+  "encrypted key":"encrypted semmetric key"
 }
 ```