This website requires JavaScript.
Explore
Help
Sign in
TrueCloudLab
/
neoneo-go
Watch
7
Star
0
Fork
You've already forked neoneo-go
2
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
e551432b30
neoneo-go
/
pkg
/
core
/
state
/
storage_item.go
5 lines
101 B
Go
Raw
Normal View
History
Unescape
Escape
core: renames entities-> state and removed State prefix
2019-11-28 16:06:09 +00:00
package
state
core: refactoring blockchain state and storage add dao which takes care about all CRUD operations on storage remove blockchain state since everything is stored on change remove storage operations from structs(entities) move structs to entities package
2019-11-25 17:39:11 +00:00
// StorageItem is the value to be stored with read-only flag.
dao: use raw `state.StorageItem` instead of pointer It is now a slice, there is no need for additional indirection.
2021-03-05 14:06:54 +00:00
type
StorageItem
[
]
byte
Reference in a new issue
Copy permalink