github.com/0xPolygon/supernets2-node@v0.0.0-20230711153321-2fe574524eaa/state/runtime/instrumentation/storediff.go (about) 1 package instrumentation 2 3 // StoreDiff contains modified storage data 4 type StoreDiff struct { 5 Location uint64 `json:"location"` 6 Value uint64 `json:"value"` 7 }