Name | Lookup | Parameters | |
|---|---|---|---|
| relay_session_report | 5900 | 1 | |
| relay_new_offence_paged | 5901 | 1 | |
| set_keys | 590a | 3 | |
| purge_keys | 590b | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| SessionReportReceived | 5900 | ["SessionIndex","Option<(u64, u32)>","u32","bool"] | |
| OffenceReceived | 5901 | ["SessionIndex","u32"] | |
| FeesPaid | 5902 | ["AccountId","BalanceOf"] | |
| Unexpected | 5903 | ["UnexpectedKind"] |
Name | Type | |
|---|---|---|
| IncompleteSessionReport | {"origin":"PlainType","plain_type":"pallet_staking_async_rc_client:SessionReport","PlainTypeValue":461} | |
| LastSessionReportEndingIndex | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
| OutgoingValidatorSet | {"origin":"PlainType","plain_type":"Tuple:pallet_staking_async_rc_client:ValidatorSetReportU32","PlainTypeValue":894} |
Name | Type | Value | |
|---|---|---|---|
| KeyDeposit | U128 | 00a0724e180900000000000000000000 |
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. |