11 lines
243 B
Plaintext
11 lines
243 B
Plaintext
|
package cron
|
||
|
|
||
|
import (
|
||
|
builtin{{.latestVersion}} "github.com/filecoin-project/specs-actors{{import .latestVersion}}actors/builtin"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
Address = builtin{{.latestVersion}}.CronActorAddr
|
||
|
Methods = builtin{{.latestVersion}}.MethodsCron
|
||
|
)
|