rmrk-team / rmrk-substrate

[WIP] RMRK Substrate pallets
https://rmrk.app
Other
74 stars 36 forks source link

Move Uniques Pallet Calls to Internal Functions #210

Closed HashWarlock closed 2 years ago

HashWarlock commented 2 years ago

For downstream development, we should allow them to utilize the internal functions instead of the user facing functions. This helps avoid the error checks that can be placed in the user facing functions & allow for downstream implementations to call internal functions for dapps that may not need to check ownership.

The general principle is:

The following should be changed: