Name | Lookup | Parameters | |
|---|---|---|---|
| relay_session_report | 5400 | 1 | |
| relay_new_offence_paged | 5401 | 1 | |
| set_keys | 540a | 3 | |
| purge_keys | 540b | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| SessionReportReceived | 5400 | ["SessionIndex","Option<(u64, u32)>","u32","bool"] | |
| OffenceReceived | 5401 | ["SessionIndex","u32"] | |
| FeesPaid | 5402 | ["AccountId","BalanceOf"] | |
| Unexpected | 5403 | ["UnexpectedKind"] |
Name | Type | |
|---|---|---|
| IncompleteSessionReport | {"origin":"PlainType","plain_type":"pallet_staking_async_rc_client:SessionReport","PlainTypeValue":422} | |
| LastSessionReportEndingIndex | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| OutgoingValidatorSet | {"origin":"PlainType","plain_type":"Tuple:pallet_staking_async_rc_client:ValidatorSetReportU32","PlainTypeValue":851} |
Name | Type | Value | |
|---|---|---|---|
| KeyDeposit | U128 | 00e001ec8b0000000000000000000000 |
Name | Docs |
|---|---|
| XcmSendFailed | Failed to send XCM message to the Relay Chain. |
| NotValidator | The origin account is not a registered validator.Only accounts that have called `validate()` can set or purge session keys. When calledvia a staking proxy, the origin is the delegating account (stash), which must be aregistered validator. |
| InvalidKeys | The session keys could not be decoded as the expected RelayChainSessionKeys type. |
| InvalidProof | Invalid ownership proof for the session keys. |
| FeesExceededMax | Delivery fees exceeded the specified maximum. |