Space and Time
subscan
Runtime Modules / Keystore
Spec Version:
Call Functions
Name
Lookup
Parameters
register_key69002
unregister_key69012
Events
Name
Lookup
Attributes
EthereumKeyRegistered6900["AccountId","EthereumKey"]
EthereumKeyRemoved6901["AccountId"]
Storage Functions
Name
Type
Keys{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"option<sxt_core:keystore:EthereumKey>","keys_id":0,"value_id":427}}
Error Types
Name
Docs
VerificationErrorThere was an error verifying the key registration
AccountAlreadyRegisteredThis account id has already been used to register a key
KeyNotFoundThe key that was requested to be removed could not be found in storage
NoKeysRegisteredNo keys have been registered for this account id
NoEthereumKeyRegisteredNo ethereum key registererd
EthereumKeyAlreadyRegisteredAn ethereum key has already been registered, to register a new one you must deregister the old one
SignatureVerificationFailedThe verification of the signature was not successful
KeyMismatchThe key provided does not match what is stored on chain