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) Exec(rt runtime.Runtime, params *ExecParams) *ExecReturn + func (a Actor) Exports() []interface{} + func (a Actor) IsSingleton() bool + func (a Actor) State() cbor.Er + type ConstructorParams = init0.ConstructorParams + type ExecParams = init0.ExecParams + type ExecReturn = init0.ExecReturn + type State struct + AddressMap cid.Cid + NetworkName string + NextID abi.ActorID + func ConstructState(store adt.Store, networkName string) (*State, error) + func (s *State) MapAddressToNewID(store adt.Store, address addr.Address) (addr.Address, error) + func (s *State) ResolveAddress(store adt.Store, address addr.Address) (addr.Address, bool, error) + func (t *State) MarshalCBOR(w io.Writer) error + func (t *State) UnmarshalCBOR(r io.Reader) error + type StateSummary struct + AddrIDs map[addr.Address]abi.ActorID + NextID abi.ActorID + 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