git.delta.rocks / unique-network / refs/commits / 4b7d82846fd8

difftreelog

doc: added clarification for `nest_if_sent_to_token_unchecked` method

Grigoriy Simonov2022-07-14parent: #270ecfc.patch.diff
in: master

1 file changed

modifiedpallets/structure/src/lib.rsdiffbeforeafterboth
331 }331 }
332332
333 /// Nests `token_id` under `owner` token333 /// Nests `token_id` under `owner` token
334 ///
335 /// Caller should check that nesting wouldn't cause recursion in nesting
334 pub fn nest_if_sent_to_token_unchecked(336 pub fn nest_if_sent_to_token_unchecked(
335 owner: &T::CrossAccountId,337 owner: &T::CrossAccountId,
336 collection_id: CollectionId,338 collection_id: CollectionId,