Name | Lookup | Parameters | |
|---|---|---|---|
| register_key | 6900 | 2 | |
| unregister_key | 6901 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| EthereumKeyRegistered | 6900 | ["AccountId","EthereumKey"] | |
| EthereumKeyRemoved | 6901 | ["AccountId"] |
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":438}} |
Name | Docs |
|---|---|
| VerificationError | There was an error verifying the key registration |
| AccountAlreadyRegistered | This account id has already been used to register a key |
| KeyNotFound | The key that was requested to be removed could not be found in storage |
| NoKeysRegistered | No keys have been registered for this account id |
| NoEthereumKeyRegistered | No ethereum key registererd |
| EthereumKeyAlreadyRegistered | An ethereum key has already been registered, to register a new one you must deregister the old one |
| SignatureVerificationFailed | The verification of the signature was not successful |
| KeyMismatch | The key provided does not match what is stored on chain |