Documentation ¶
Overview ¶
Code generated by: `make actors-gen`. DO NOT EDIT.
Code generated by: `make actors-gen`. DO NOT EDIT.
Code generated by: `make actors-gen`. DO NOT EDIT.
Code generated by: `make actors-gen`. DO NOT EDIT.
Code generated by: `make actors-gen`. DO NOT EDIT.
Code generated by: `make actors-gen`. DO NOT EDIT.
Code generated by: `make actors-gen`. DO NOT EDIT.
Code generated by: `make actors-gen`. DO NOT EDIT.
Code generated by: `make actors-gen`. DO NOT EDIT.
Code generated by: `make actors-gen`. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Address = builtin9.VerifiedRegistryActorAddr Methods = builtin9.MethodsVerifiedRegistry )
Functions ¶
func NewVerifierDiffContainer ¶
func NewVerifierDiffContainer(pre, cur State) *verifierDiffContainer
func VersionCodes ¶ added in v0.11.0
Types ¶
type State ¶
type State interface { cbor.Marshaler Code() cid.Cid ActorKey() string ActorVersion() actors.Version VerifiersMap() (adt.Map, error) VerifiersMapBitWidth() int VerifiersMapHashFunction() func(input []byte) []byte VerifiedClientsMap() (adt.Map, error) VerifiedClientsMapBitWidth() int VerifiedClientsMapHashFunction() func(input []byte) []byte RootKey() (address.Address, error) VerifiedClientDataCap(address.Address) (bool, abi.StoragePower, error) VerifierDataCap(address.Address) (bool, abi.StoragePower, error) RemoveDataCapProposalID(verifier address.Address, client address.Address) (bool, uint64, error) ForEachVerifier(func(addr address.Address, dcap abi.StoragePower) error) error ForEachClient(func(addr address.Address, dcap abi.StoragePower) error) error GetAllocation(clientIdAddr address.Address, allocationId verifregtypes.AllocationId) (*verifregtypes.Allocation, bool, error) GetAllocations(clientIdAddr address.Address) (map[verifregtypes.AllocationId]verifregtypes.Allocation, error) GetClaim(providerIdAddr address.Address, claimId verifregtypes.ClaimId) (*verifregtypes.Claim, bool, error) GetClaims(providerIdAddr address.Address) (map[verifregtypes.ClaimId]verifregtypes.Claim, error) GetState() interface{} }
type VerifierChange ¶
type VerifierChange struct { Before VerifierInfo After VerifierInfo }
type VerifierChanges ¶
type VerifierChanges struct { Added []VerifierInfo Modified []VerifierChange Removed []VerifierInfo }
func DiffVerifiedClients ¶
func DiffVerifiers ¶
type VerifierInfo ¶
type VerifierInfo struct { Address address.Address DataCap abi.StoragePower }
Click to show internal directories.
Click to hide internal directories.