lotus/chain/actors/builtin/paych
Steven Allen d9656f5220 add a generic load method for actor state
This will make it easier to load arbitrary actors. We can:

* Type switch (sort of unsafe, may want marker methods?)
* Use this with `vm.MutateActorState`.
2020-09-25 12:49:39 -07:00
..
mock Add an error return to all actor state interface methods 2020-09-23 01:51:38 -04:00
paych.go add a generic load method for actor state 2020-09-25 12:49:39 -07:00
v0.go add a generic load method for actor state 2020-09-25 12:49:39 -07:00
v1.go add a generic load method for actor state 2020-09-25 12:49:39 -07:00