mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-23 03:38:35 +00:00
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
|