Versions in this module Expand all Collapse all v1 v1.0.0 Jun 28, 2023 Changes in this version + var Methods = map[abi.MethodNum]builtin.MethodMeta + type ConstructorParams struct + Entries []Entry + 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 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, _ adt.Store) (*StateSummary, *builtin.MessageAccumulator)