Skip to content
Snippets Groups Projects
Commit b60069c9 authored by nanocryk's avatar nanocryk
Browse files

New storage layout

parent c6afb14f
No related branches found
No related tags found
1 merge request!6WIP: RFC 5 : New Scalable Blockchain Protocol
......@@ -123,12 +123,18 @@ A token stores its creation date, token class hash, a payload and its scripts.
| 32 | Instance consumption script hash (same)
| ... | Storage
Each storage item is a bytes array stored as
Storage is layout as
| Size | Description
|:----:|:---
| 2 | Data size
| ... | Data
| 2 | Item 0 size
| 2 | Item 1 size
| 2 | Item 2 size
| | ...
| ... | Item 0 data
| ... | Item 1 data
| ... | Item 2 data
| | ...
Each token can be represented by its **token hash** computed as the hash of the whole data structure
above.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment