Remove coupling to ExampleNFT in backend service
Closed this issue · 2 comments
latenssi commented
The only place where the backend service is coupled to Example NFT is the settling script here:
https://github.com/flow-hydraulics/flow-pds/blob/main/service/app/contract_interface.go#L125
And the corresponding script is this:
https://github.com/flow-hydraulics/flow-pds/blob/main/cadence-transactions/pds/settle_exampleNFT.cdc
How do we allow settling of any type of collectible NFT?
latenssi commented
I think this is mainly a SC issue so pinging @whalelephant and @rheaplex