packagescriptimport("errors")func(c*CheatCodesPrecompile)LoadAllocs(pathToAllocsJsonstring)error{c.h.log.Info("loading state","target",pathToAllocsJson)returnerrors.New("state-loading is not supported")}func(c*CheatCodesPrecompile)DumpState(pathToStateJsonstring)error{c.h.log.Info("dumping state","target",pathToStateJson)
}// This may be written somewhere in the future (or run some callback to collect the state dump)_=allocsc.h.log.Info("state-dumping is not supported, but have state","path",pathToStateJson,"accounts",len(allocs.Accounts))returnnil}