subscan
Runtime Modules / AuthorMapping
Spec Version:
Call Functions
Events
Name
Lookup
Attributes
KeysRegistered1700["NimbusId","AccountId","Keys"]
KeysRemoved1701["NimbusId","AccountId","Keys"]
KeysRotated1702["NimbusId","AccountId","Keys"]
Storage Functions
Name
Type
MappingWithDeposit{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 32]"],"value":"pallet_author_mapping:pallet:RegistrationInfo","keys_id":44,"value_id":232}}
NimbusLookup{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 20]"],"value":"[U8; 32]","keys_id":0,"value_id":44}}
Error Types
Name
Docs
AssociationNotFoundThe association can't be cleared because it is not found.
NotYourAssociationThe association can't be cleared because it belongs to another account.
CannotAffordSecurityDepositThis account cannot set an author because it cannon afford the security deposit
AlreadyAssociatedThe NimbusId in question is already associated and cannot be overwritten
OldAuthorIdNotFoundNo existing NimbusId can be found for the account
WrongKeySizeKeys have wrong size
DecodeNimbusFailedFailed to decode NimbusId for `set_keys`
DecodeKeysFailedFailed to decode T::Keys for `set_keys`