[#21] Document contract storage schemes
Signed-off-by: Airat Arifullin a.arifullin@yadro.com
This commit is contained in:
parent
8537293e11
commit
a8029c71cd
11 changed files with 114 additions and 0 deletions
|
@ -17,5 +17,16 @@ for each alphabet contract.
|
|||
# Contract notifications
|
||||
|
||||
Alphabet contract does not produce notifications to process.
|
||||
|
||||
# Contract storage scheme
|
||||
|
||||
| Key | Value | Description |
|
||||
|--------------------|------------|-------------------------------------------------|
|
||||
| `netmapScriptHash` | Hash160 | netmap contract hash |
|
||||
| `proxyScriptHash` | Hash160 | proxy contract hash |
|
||||
| `name` | string | assigned glagolitic letter |
|
||||
| `index` | int | the index of deployed alphabet contract |
|
||||
| `threshold` | int | the total number of deployed alphabet contracts |
|
||||
|
||||
*/
|
||||
package alphabet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue