This PR integrates with the NFT Catalog to simplify the buy/sell transactions (remove the need for importing the specific NFT contracts).
NOTE: For the sell_item_via_catalog, we currently link in the MetadataViews.ResolverCollection, once the https://github.com/onflow/cadence/pull/1076 change is out, we can uncomment the lines I have in the transaction to further simplify the code.
This PR integrates with the NFT Catalog to simplify the buy/sell transactions (remove the need for importing the specific NFT contracts).
NOTE: For the
sell_item_via_catalog
, we currently link in theMetadataViews.ResolverCollection
, once the https://github.com/onflow/cadence/pull/1076 change is out, we can uncomment the lines I have in the transaction to further simplify the code.Testing