Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Address = builtin2.InitActorAddr Methods = builtin2.MethodsInit )
Functions ¶
This section is empty.
Types ¶
type State ¶
type State interface { cbor.Marshaler ResolveAddress(address address.Address) (address.Address, bool, error) MapAddressToNewID(address address.Address) (address.Address, error) NetworkName() (string, error) ForEachActor(func(id abi.ActorID, address address.Address) error) error // Remove exists to support tooling that manipulates state for testing. // It should not be used in production code, as init actor entries are // immutable. Remove(addrs ...address.Address) error // Sets the network's name. This should only be used on upgrade/fork. SetNetworkName(name string) error }
Click to show internal directories.
Click to hide internal directories.