Versions in this module Expand all Collapse all v8 v8.0.1 Jun 10, 2022 v8.0.0 Apr 22, 2022 Changes in this version + type Actor struct + func (a Actor) Code() cid.Cid + func (a Actor) Constructor(rt runtime.Runtime, params *ConstructorParams) *abi.EmptyValue + func (a Actor) EpochTick(rt runtime.Runtime, _ *abi.EmptyValue) *abi.EmptyValue + func (a Actor) Exports() []interface{} + func (a Actor) IsSingleton() bool + func (a Actor) State() cbor.Er + type ConstructorParams = cron0.ConstructorParams + type Entry struct + MethodNum abi.MethodNum + Receiver addr.Address + func BuiltInEntries() []Entry + func (t *Entry) MarshalCBOR(w io.Writer) error + func (t *Entry) UnmarshalCBOR(r io.Reader) error + type EntryParam = cron0.Entry + type State struct + Entries []Entry + func ConstructState(entries []Entry) *State + func (t *State) MarshalCBOR(w io.Writer) error + func (t *State) UnmarshalCBOR(r io.Reader) error + type StateSummary struct + EntryCount int + func CheckStateInvariants(st *State, store adt.Store) (*StateSummary, *builtin.MessageAccumulator) Other modules containing this package github.com/filecoin-project/specs-actors github.com/filecoin-project/specs-actors/v2 github.com/filecoin-project/specs-actors/v3 github.com/filecoin-project/specs-actors/v4 github.com/filecoin-project/specs-actors/v5 github.com/filecoin-project/specs-actors/v6 github.com/filecoin-project/specs-actors/v7