[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: `identifier`
--> b8bb650644fd42cf0cbdac2322e7d85052b2a4e5daf9b833e0b732a2edaeb53f:64:36
|
64 | let c = CompositeType(identifier)!
| ^^^^^^^^^^ not found in this scope
error: cannot find variable in this scope: `filterAddress`
--> b8bb650644fd42cf0cbdac2322e7d85052b2a4e5daf9b833e0b732a2edaeb53f:77:32
|
77 | let filter = getAccount(filterAddress).capabilities.get<&{CapabilityFilter.Filter}>(CapabilityFilter.PublicPath)
| ^^^^^^^^^^^^^ not found in this scope