[#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
|
@ -80,5 +80,15 @@ FrostFS network configuration value.
|
|||
type: ByteArray
|
||||
- name: value
|
||||
type: ByteArray
|
||||
|
||||
# Contract storage scheme
|
||||
|
||||
| Key | Value | Description |
|
||||
|-----------------------------------------------------------------------------|
|
||||
| `processingScriptHash` | Hash160 | processing contract hash |
|
||||
| `candidates` + candidateKey | ByteArray | it flags inner ring candidate |
|
||||
| `config` + postfix | ByteArray | serialized config data |
|
||||
|
||||
|
||||
*/
|
||||
package frostfs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue