Name | Lookup | Parameters | |
|---|---|---|---|
| bump | 4900 | 1 | |
| set_params | 4901 | 1 | |
| set_active | 4902 | 1 | |
| approve | 4903 | 2 | |
| induct | 4904 | 1 | |
| promote | 4905 | 2 | |
| promote_fast | 490a | 2 | |
| offboard | 4906 | 1 | |
| submit_evidence | 4907 | 2 | |
| import | 4908 | - | |
| import_member | 490b | 1 | |
| set_partial_params | 4909 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| ParamsChanged | 4900 | ["ParamsOf"] | |
| ActiveChanged | 4901 | ["AccountId","bool"] | |
| Inducted | 4902 | ["AccountId"] | |
| Offboarded | 4903 | ["AccountId"] | |
| Promoted | 4904 | ["AccountId","RankOf"] | |
| Demoted | 4905 | ["AccountId","RankOf"] | |
| Proven | 4906 | ["AccountId","RankOf"] | |
| Requested | 4907 | ["AccountId","Wish"] | |
| EvidenceJudged | 4908 | ["AccountId","Wish","Evidence","u16","Option<u16>"] | |
| Imported | 4909 | ["AccountId","RankOf"] | |
| Swapped | 490a | ["AccountId","AccountId"] |
Name | Type | |
|---|---|---|
| Params | {"origin":"PlainType","plain_type":"pallet_core_fellowship:ParamsType@282","PlainTypeValue":282} | |
| Member | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"pallet_core_fellowship:MemberStatus","keys_id":0,"value_id":510}} | |
| MemberEvidence | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"Tuple:pallet_core_fellowship:WishVec<U8>","keys_id":0,"value_id":511}} |
Name | Type | Value | |
|---|---|---|---|
| EvidenceSize | U32 | 00000100 | |
| MaxRank | U16 | 0900 |
Name | Docs |
|---|---|
| Unranked | Member's rank is too low. |
| Ranked | Member's rank is not zero. |
| UnexpectedRank | Member's rank is not as expected - generally means that the rank provided to the calldoes not agree with the state of the system. |
| InvalidRank | The given rank is invalid - this generally means it's not between 1 and `RANK_COUNT`. |
| NoPermission | The origin does not have enough permission to do this operation. |
| NothingDoing | No work needs to be done at present for this member. |
| AlreadyInducted | The candidate has already been inducted. This should never happen since it wouldrequire a candidate (rank 0) to already be tracked in the pallet. |
| NotTracked | The candidate has not been inducted, so cannot be offboarded from this pallet. |
| TooSoon | Operation cannot be done yet since not enough time has passed. |