-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #105 from cyberway/82-memo
Add golos.memo in Eng #82
- Loading branch information
Showing
3 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
devportal/application_contracts/golos_contracts/golos.memo_contract.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
## Purpose of the golos.memo smart contract | ||
|
||
The `golos.memo` smart contract provides a storage for the memo-keys of the users. These keys can be used in client application to encrypt the private messaging between users. At the moment, the contract does not allow to add or remove memo keys, but only provides storage of memo keys that are imported from the genesis, for possible usage in the future. | ||
|
||
## Actions used in golos.memo smart contract | ||
|
||
The `golos.memo` smart contract does not support any actions. |