collectives-polkadot
subscan
Collectives Polkadot
Runtime Modules / AmbassadorCore
Spec Version:
Call Functions
Name
Lookup
Parameters
bump49001
set_params49011
set_active49021
approve49032
induct49041
promote49052
promote_fast490a2
offboard49061
submit_evidence49072
import4908-
import_member490b1
set_partial_params49091
Events
Name
Lookup
Attributes
ParamsChanged4900["ParamsOf"]
ActiveChanged4901["AccountId","bool"]
Inducted4902["AccountId"]
Offboarded4903["AccountId"]
Promoted4904["AccountId","RankOf"]
Demoted4905["AccountId","RankOf"]
Proven4906["AccountId","RankOf"]
Requested4907["AccountId","Wish"]
EvidenceJudged4908["AccountId","Wish","Evidence","u16","Option<u16>"]
Imported4909["AccountId","RankOf"]
Swapped490a["AccountId","AccountId"]
Storage Functions
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}}
Constants
Name
Type
Value
EvidenceSizeU3200000100
MaxRankU160900
Error Types
Name
Docs
UnrankedMember's rank is too low.
RankedMember's rank is not zero.
UnexpectedRankMember's rank is not as expected - generally means that the rank provided to the calldoes not agree with the state of the system.
InvalidRankThe given rank is invalid - this generally means it's not between 1 and `RANK_COUNT`.
NoPermissionThe origin does not have enough permission to do this operation.
NothingDoingNo work needs to be done at present for this member.
AlreadyInductedThe candidate has already been inducted. This should never happen since it wouldrequire a candidate (rank 0) to already be tracked in the pallet.
NotTrackedThe candidate has not been inducted, so cannot be offboarded from this pallet.
TooSoonOperation cannot be done yet since not enough time has passed.