forked from TrueCloudLab/neoneo-go
c12a3b71d4
They're just adding another useless caching layer to the Seek.
4 lines
101 B
Go
4 lines
101 B
Go
package state
|
|
|
|
// StorageItem is the value to be stored with read-only flag.
|
|
type StorageItem []byte
|