Name | Lookup | Parameters | |
|---|---|---|---|
| set_last_nonce | 6b00 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| MessageReceived | 6b00 | ["[u8; 20]","Bytes"] | |
| MessageProcessingError | 6b01 | ["DispatchError"] | |
| ValidatorForceChilled | 6b02 | ["AccountId"] | |
| UnstakingClaimed | 6b03 | ["AccountId"] |
Name | Type | |
|---|---|---|
| LastProcessedNonce | {"origin":"PlainType","plain_type":"U256","PlainTypeValue":124} | |
| LastProcessedUserNonce | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"U256","keys_id":0,"value_id":124}} | |
| ClaimedUnstakes | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_128Concat"],"key_vec":["AccountId","U32"],"value":"U128","keys_id":382,"value_id":6}} |
Name | Docs |
|---|---|
| MissingExpectedField | The system table insert was missing an expected field for the supplied table identifier |
| IncorrectFieldType | The field expected was present, but it was not the expected type represenation |
| InternalError | Catchall error for sanity checks in parsing (i.e. request was passed to the wrong function) |
| InvalidSignature | The signature of the message was corrupt or invalid |
| AddressMismatch | The address provided is not the address that signed the message |
| LateNonce | This nonce has already been processed |
| FutureNonce | This nonce is too far in the future |
| InvalidMessageFormat | This message is malformed |
| InvalidSessionKeys | The session keys provided are malformed |
| InvalidValidatorProof | The provided validator proof couldn't be verified |
| ErrorParsingNominations | Error parsing the list of nominated nodes from the message request |
| EmptyNominationSet | Empty Nomination Set |
| AccountNotStaked | An account provided for an unstaking action was not staked |
| AccountNotUnbonding | An account provided for an unstaking action was not unbonding |
| FundsLocked | Occurs when attempting to claim locked funds |
| NoSuchClaimedUnstake | Account was not claiming unstake. |