Closed ilionic closed 2 years ago
Here's an example from what I did for Uniques for Phala World integration. This blocks the defined functions & allows the rest of the functions that we needed.
I think the RMRK pallet will only need access to the function set_accept_ownership
since it will be needed for Collections that get transferred to a new owner which requires the new owner to call the set_accept_ownership
before facilitating the transfer. Other Calls can be ignored.
Using
BaseCallFilter
disable direct calls topallet_uniques
since it could lead to unexpected bugs in rmrk pallets if calling uniques extrinsics directly.Example