Name | Lookup | Parameters | |
---|---|---|---|
add_child_bounty | 1c00 | 3 | |
propose_curator | 1c01 | 4 | |
accept_curator | 1c02 | 2 | |
unassign_curator | 1c03 | 2 | |
award_child_bounty | 1c04 | 3 | |
claim_child_bounty | 1c05 | 2 | |
close_child_bounty | 1c06 | 2 |
Name | Type | |
---|---|---|
ChildBountyCount | {"origin":"PlainType","plain_type":"U32","PlainTypeValue":4} | |
ParentChildBounties | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U32","keys_id":4,"value_id":4}} | |
ChildBounties | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U32","U32"],"value":"pallet_child_bounties:ChildBounty","keys_id":52,"value_id":440}} | |
ChildBountyDescriptions | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Vec<U8>","keys_id":4,"value_id":438}} | |
ChildrenCuratorFees | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"U128","keys_id":4,"value_id":6}} |
Name | Type | Value | |
---|---|---|---|
MaxActiveChildBountyCount | U32 | 64000000 | |
ChildBountyValueMinimum | U128 | 000064a7b3b6e00d0000000000000000 |
Name | Docs |
---|---|
ParentBountyNotActive | The parent bounty is not in active state. |
InsufficientBountyBalance | The bounty balance is not enough to add new child-bounty. |
TooManyChildBounties | Number of child bounties exceeds limit `MaxActiveChildBountyCount`. |