Name | Lookup | Parameters | |
---|---|---|---|
set_last_nonce | 6b00 | 2 |
Name | Lookup | Attributes | |
---|---|---|---|
MessageReceived | 6b00 | ["[u8; 20]","Bytes"] | |
MessageProcessingError | 6b01 | ["DispatchError"] | |
ValidatorForceChilled | 6b02 | ["AccountId"] |
Name | Type | |
---|---|---|
MessageNonce | {"origin":"PlainType","plain_type":"U256","PlainTypeValue":123} | |
LastProcessedNonce | {"origin":"PlainType","plain_type":"U256","PlainTypeValue":123} | |
LastProcessedUserNonce | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"U256","keys_id":0,"value_id":123}} |
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 |