You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pallets/fruniques/src/lib.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -308,7 +308,7 @@ pub mod pallet {
308
308
/// ### Parameters:
309
309
/// - `origin` must be signed by the Root origin.
310
310
/// - `class_id` must be a valid class of the asset class.
311
-
/// - `witness`
311
+
/// - `witness` the witness data to destroy the collection. This is used to prevent accidental destruction of the collection. The witness data is retrieved from the `class` storage.
312
312
/// - `maybe_check_owner` Optional value to check if the owner of the collection is the same as the signer.
313
313
/// ### Considerations:
314
314
/// This function is only used for testing purposes. Or in case someone calls uniques pallet directly.
0 commit comments