subscan
Runtime Modules / FellowshipCollective
Spec Version:
Call Functions
Name
Lookup
Parameters
add_member2f001
promote_member2f011
demote_member2f021
remove_member2f032
vote2f042
cleanup_poll2f052
Events
Name
Lookup
Attributes
MemberAdded2f00["AccountId"]
RankChanged2f01["AccountId","Rank"]
MemberRemoved2f02["AccountId","Rank"]
Voted2f03["AccountId","PollIndexOf","VoteRecord","TallyOf"]
Storage Functions
Name
Type
MemberCount{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U16"],"value":"U32","keys_id":79,"value_id":4}}
Members{"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["AccountId"],"value":"U16","keys_id":0,"value_id":512}}
IdToIndex{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U16","AccountId"],"value":"U32","keys_id":513,"value_id":4}}
IndexToId{"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U16","U32"],"value":"AccountId","keys_id":514,"value_id":0}}
Voting{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Twox64Concat"],"key_vec":["U32","AccountId"],"value":"pallet_ranked_collective:VoteRecord","keys_id":515,"value_id":80}}
VotingCleanup{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["U32"],"value":"Vec<U8>","keys_id":4,"value_id":516}}
Error Types
Name
Docs
AlreadyMemberAccount is already a member.
NotMemberAccount is not a member.
NotPollingThe given poll index is unknown or has closed.
OngoingThe given poll is still ongoing.
NoneRemainingThere are no further records to be removed.
CorruptionUnexpected error in state.
RankTooLowThe member's rank is too low to vote.
InvalidWitnessThe information provided is incorrect.
NoPermissionThe origin is not sufficiently privileged to do the operation.