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 --> 2e00f748a56f81e9e2e7a2d335b4864b0abac722371a8285ee7bf587e99c28fb:9:54 | 9 | let fullVaultRef = recipient as! &AnyResource{NonFungibleToken.Collection} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: value of type `&AnyResource{}` has no member `deposit` --> 2e00f748a56f81e9e2e7a2d335b4864b0abac722371a8285ee7bf587e99c28fb:10:21 | 10 | fullVaultRef.deposit(token: <- collection.withdraw(withdrawID: id)) | ^^^^^^^ unknown memb
Loading...