neo-go/pkg/core/state/storage_item.go
Roman Khimov c12a3b71d4 dao: drop GetStorageItems* APIs
They're just adding another useless caching layer to the Seek.
2022-03-31 19:18:51 +03:00

4 lines
101 B
Go

package state
// StorageItem is the value to be stored with read-only flag.
type StorageItem []byte