Name | Lookup | Parameters | |
|---|---|---|---|
| add_child_bounty | 2800 | 3 | |
| propose_curator | 2801 | 4 | |
| accept_curator | 2802 | 2 | |
| unassign_curator | 2803 | 2 | |
| award_child_bounty | 2804 | 3 | |
| claim_child_bounty | 2805 | 2 | |
| close_child_bounty | 2806 | 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}} | |
| ParentTotalChildBounties | {"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":203,"value_id":759}} | |
| ChildBountyDescriptionsV1 | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["U32","U32"],"value":"Vec<U8>","keys_id":203,"value_id":757}} | |
| V0ToV1ChildBountyIds | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["U32"],"value":"Tuple:U32U32","keys_id":4,"value_id":203}} | |
| 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 | a4425d8d010000000000000000000000 |
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`. |