assethub-westend
subscan
AssetHub Westend
Runtime Modules / Recovery
Spec Version:
Events
Name
Lookup
Attributes
AttemptApproved2f00["AccountId","FriendGroupIndex","AccountId"]
AttemptCanceled2f01["AccountId","FriendGroupIndex","AccountId"]
AttemptInitiated2f02["AccountId","FriendGroupIndex","AccountId"]
AttemptFinished2f03["AccountId","FriendGroupIndex","AccountId","Option<AccountId>"]
AttemptDiscarded2f04["AccountId","FriendGroupIndex","AccountId"]
AttemptSlashed2f05["AccountId","FriendGroupIndex"]
FriendGroupsChanged2f06["AccountId"]
InheritorRevoked2f07["AccountId"]
RecoveredAccountControlled2f08["AccountId","AccountId","HashOf","DispatchResult"]
Storage Functions
Name
Type
FriendGroups{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Tuple:bounded_collections:bounded_vec:BoundedVec@745frame_support:traits:tokens:fungible:HoldConsideration@746","keys_id":0,"value_id":744}}
Attempt{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["AccountId","U32"],"value":"Tuple:pallet_recovery:Attemptpallet_recovery:types:IdentifiedConsideration@752U128","keys_id":471,"value_id":747}}
Inheritor{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"Tuple:U32AccountIdpallet_recovery:types:IdentifiedConsideration@757","keys_id":0,"value_id":756}}
Constants
Name
Type
Value
SecurityDepositU12800a0724e180900000000000000000000
MaxFriendsPerConfigU3264000000
Error Types
Name
Docs
AlreadyApprovedThis attempt is already fully approved and does not need any more votes.
AlreadyInitiatedThe recovery attempt has already been initiated.
AlreadyVotedThe friend already voted for this attempt.
HasOngoingAttemptsThe lost account has ongoing recovery attempts.
LostAccountInFriendGroupThe lost account cannot be a friend of itself.
HigherPriorityRecoveredThe account was already recovered by a group of equal or higher priority.
NoCancelDelayCancel delay must be at least 1.
NoFriendGroupsThis account does not have any friend groups.
NoFriendsThe friend group has no friends.
NoInheritorThe lost account does not have any inheritor.
NotApprovedNot enough friends approved this attempt.
NotAttemptThe referenced recovery attempt was not found.
NotCancellerThe caller is not the initiator or the lost account.
NotFriendThe caller is not a friend of the lost account.
NotFriendGroupA specific referenced friend group was not found.
NotInheritorThe caller is not the inheritor of the lost account.
NotYetCancelableThe cancel delay since the last approval or initialization has not yet passed.
NotYetInheritableThe inheritance delay of this attempt has not yet passed.
TooManyFriendGroupsToo many friend groups.
TooManyFriendsNeededThe number of friends needed is greater than the number of friends.
NoFriendsNeededThe number of friends needed is zero.
FriendsNotSortedOrUniqueThe friends of a friend group are not sorted or not unique.
DuplicateFriendGroupsTwo friend groups have the same set of friends.