2019-07-12 23:52:25 +00:00
|
|
|
package actors
|
2019-07-12 20:56:41 +00:00
|
|
|
|
|
|
|
import (
|
2020-02-11 01:43:26 +00:00
|
|
|
"github.com/filecoin-project/specs-actors/actors/builtin/miner"
|
2019-07-12 20:56:41 +00:00
|
|
|
)
|
|
|
|
|
2020-02-11 01:43:26 +00:00
|
|
|
type StorageMinerActor = miner.Actor
|
2019-09-13 00:12:45 +00:00
|
|
|
|
2020-02-11 01:43:26 +00:00
|
|
|
type StorageMinerActorState = miner.State
|