CODE_ERROR
There is an error in the cadence code of this transaction.
[Error Code: 1101] cadence runtime error Execution failed: error: cannot restrict using non-resource/structure interface type: NonFungibleToken.Collection --> 9088e55119f40cb492fa957801b4f53b081d13add0c351c277333e88f6f6d2d3:9:54 | 9 | let fullVaultRef = recipient as! &AnyResource{NonFungibleToken.Collection} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: value of type `&AnyResource{}` has no member `deposit` --> 9088e55119f40cb492fa957801b4f53b081d13add0c351c277333e88f6f6d2d3:10:21 | 10 | fullVaultRef.deposit(token: <- collection.withdraw(withdrawID: id)) | ^^^^^^^ unknown memberLoading...