Versions in this module Expand all Collapse all v1 v1.0.0 Aug 15, 2021 Changes in this version + var Address = builtin3.ExpertFundActorAddr + var Methods = builtin3.MethodsExpertFunds + type DisqualifiedExpertInfo = expertfund2.DisqualifiedExpertInfo + type ExpertInfo = expertfund2.ExpertInfo + type State interface + DataExpert func(cid.Cid) (address.Address, error) + DisqualifiedExpertInfo func(address.Address) (*DisqualifiedExpertInfo, error) + ExpertInfo func(address.Address) (*ExpertInfo, error) + ListAllExperts func() ([]address.Address, error) + Threshold func() uint64 + func Load(store adt.Store, act *types.Actor) (st State, err error)