rmrk-team / rmrk-substrate

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

Resource* events missing CollectionId #220

Closed boyswan closed 2 years ago

boyswan commented 2 years ago

None of ResourceAdded | ResourceAccepted | ResourceRemoval | ResourceRemovalAccepted have a collection_id value in the event.

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.

ilionic commented 2 years ago

added in https://github.com/rmrk-team/rmrk-substrate/pull/211