Remove Contributor
Remove Contributor user flow testing
Remove Contributor
Ensure that contributor has been created in the chain storage.
To view the storage of contributor, follow the steps below.
Go to the Developer tab in menu bar.
Select Chain State from Developer menu list.

Select a pallet buckets from the dropdown menu.

Select the contributors function using the dropdown input field.

Make sure to select contributor ID in the input field.
Click the ⊕ plus button on the right side.
You will see 'null'; this means contributor has been created.

Open the Developer tab, then click Extrinsics.

Select the buckets pallet from the dropdown input field.

Select the 'remove contributor' extrinsic function.

Select namespace id, bucket id, and contributor as shown below.

Click on “Submit Transaction.”

On success, it emits the ContributorRemoved event.

To view the storage changes of a contributor removed, follow the steps below.
Go to the Developer tab in menu bar.
Select Chain State from Developer menu list.

Select the buckets pallet from the state query dropdown input field.

Select the contributors from the dropdown input field.

Choose contributor id and account then click the ⊕ plus button on the right side.
You will see 'none', which means the contributor has been removed successfully.

Last updated