Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Address = builtin5.VerifiedRegistryActorAddr Methods = builtin5.MethodsVerifiedRegistry )
Functions ¶
func GetActorCodeID ¶ added in v0.9.7
func GetActorCodeID(av specactors.Version) (cid.Cid, error)
Types ¶
type State ¶
type State interface { cbor.Marshaler RootKey() (address.Address, error) VerifiedClientDataCap(address.Address) (bool, abi.StoragePower, error) VerifierDataCap(address.Address) (bool, abi.StoragePower, error) ForEachVerifier(func(addr address.Address, dcap abi.StoragePower) error) error ForEachClient(func(addr address.Address, dcap abi.StoragePower) error) error GetState() interface{} }
Click to show internal directories.
Click to hide internal directories.