2021-04-27 18:48:32 +00:00
|
|
|
package cron
|
|
|
|
|
|
|
|
import (
|
2021-05-26 10:33:08 +00:00
|
|
|
builtin{{.latestVersion}} "github.com/filecoin-project/specs-actors{{import .latestVersion}}actors/builtin"
|
2021-04-27 18:48:32 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
var (
|
|
|
|
Address = builtin{{.latestVersion}}.CronActorAddr
|
|
|
|
Methods = builtin{{.latestVersion}}.MethodsCron
|
|
|
|
)
|