Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Methods = map[uint64]interface{}{ 1: *new(func(interface{}, *ConstructorParams) *abi.EmptyValue), 2: *new(func(interface{}, *abi.EmptyValue) *abi.EmptyValue), }
Functions ¶
This section is empty.
Types ¶
type ConstructorParams ¶
type ConstructorParams struct {
Entries []Entry
}
type Entry ¶
type Entry struct { Receiver addr.Address // The actor to call (must be an ID-address) MethodNum abi.MethodNum // The method number to call (must accept empty parameters) }
func BuiltInEntries ¶
func BuiltInEntries() []Entry
The default entries to install in the cron actor's state at genesis.
Click to show internal directories.
Click to hide internal directories.