Name | Lookup | Parameters | |
---|---|---|---|
set_committee_stake_params | 6c00 | 1 | |
add_committee | 6c01 | 1 | |
committee_set_box_pubkey | 6c02 | 1 | |
committee_add_stake | 6c03 | 1 | |
committee_reduce_stake | 6c04 | 1 | |
claim_reward | 6c05 | - | |
chill | 6c06 | - | |
undo_chill | 6c07 | - | |
exit_committee | 6c08 | - |
Name | Lookup | Attributes | |
---|---|---|---|
PayTxFee | 6c00 | ["AccountId","BalanceOf"] | |
CommitteeAdded | 6c01 | ["AccountId"] | |
CommitteeFulfill | 6c02 | ["BalanceOf"] | |
Chill | 6c03 | ["AccountId"] | |
CommitteeExit | 6c04 | ["AccountId"] | |
UndoChill | 6c05 | ["AccountId"] | |
ExitFromCandidacy | 6c06 | ["AccountId"] | |
CommitteeSetBoxPubkey | 6c07 | ["AccountId","[u8; 32]"] | |
StakeAdded | 6c08 | ["AccountId","BalanceOf"] | |
StakeReduced | 6c09 | ["AccountId","BalanceOf"] | |
ClaimReward | 6c0a | ["AccountId","BalanceOf"] |
Name | Type | |
---|---|---|
Committee | {"origin":"PlainType","plain_type":"committee:types:CommitteeList","PlainTypeValue":687} | |
CommitteeStakeParams | {"origin":"PlainType","plain_type":"committee:types:CommitteeStakeParamsInfo","PlainTypeValue":392} | |
CommitteeStake | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["AccountId"],"value":"committee:types:CommitteeStakeInfo","keys_id":0,"value_id":688}} | |
StorageVersion | {"origin":"PlainType","plain_type":"U16","PlainTypeValue":79} |
Name | Docs |
---|---|
PubkeyNotSet | |
NotCommittee | |
AccountAlreadyExist | |
NotInChillList | |
JobNotDone | |
NoRewardCanClaim | |
ClaimRewardFailed | |
GetStakeParamsFailed | |
NothingToClaim | |
StakeForCommitteeFailed | |
BalanceNotEnough | |
StakeNotEnough | |
StatusNotAllowed | |
NotInNormalList | |
StatusNotFeat | |
ChangeReservedFailed |