forked from TrueCloudLab/neoneo-go
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
|