Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction preprocess failed: [Error Code: 1101] cadence runtime error: Execution failed:
error: cannot find variable in this scope: `id`
--> fc62f88b3cea88ee079499f6c8a0e07793798c77fc527b7082d18c4f2418899d:63:51
|
63 | let nft <- collection.withdraw(withdrawID: id)
| ^^ not found in this scope
error: cannot move nested resource
--> fc62f88b3cea88ee079499f6c8a0e07793798c77fc527b7082d18c4f2418899d:115:16
|
115 | destroy self.scopedProvider
| ^^^^^^^^^^^^^^^^^^^
error: field `scopedProvider` of type `Transaction` is not invalidated (moved or destroyed)
--> fc62f88b3cea88ee079499f6c8a0e07793798c77fc527b7082d18c4f2418899d:29:8
|
29 | let scopedProvider: @ScopedFTProviders.ScopedFTProvider
| ^^^^^^^^^^^^^^ not invalidated