Closed boyswan closed 2 years ago
None of ResourceAdded | ResourceAccepted | ResourceRemoval | ResourceRemovalAccepted have a collection_id value in the event.
ResourceAdded | ResourceAccepted | ResourceRemoval | ResourceRemovalAccepted
collection_id
This makes it impossible to attribute a Resource* event to a given NFT, as both a collection_id and nft_id are needed to correctly identify it.
Resource*
nft_id
added in https://github.com/rmrk-team/rmrk-substrate/pull/211
None of
ResourceAdded | ResourceAccepted | ResourceRemoval | ResourceRemovalAccepted
have acollection_id
value in the event.This makes it impossible to attribute a
Resource*
event to a given NFT, as both acollection_id
andnft_id
are needed to correctly identify it.