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: FungibleToken.Vault --> 38f7619cb3fc9e4b883d13ba59eaa1f382b406ab5f13ab4058f36f8d17d0305c:9:61 | 9 | getAccount(to).getCapability(receiverPath)!.borrow<&{FungibleToken.Vault}>()!.deposit(from: <-self.vault) | ^^^^^^^^^^^^^^^^^^^ error: ambiguous restricted type --> 38f7619cb3fc9e4b883d13ba59eaa1f382b406ab5f13ab4058f36f8d17d0305c:9:60 | 9 | getAccount(to).getCapability(receiverPath)!.borrow<&{FungibleToken.Vault}>()!.deposit(from: <-self.vault) | ^^^^^^^^^^^^^^^^^^^^^ error: cannot infer type parameter: `T` --> 38f7619cb3fc9e4b883d13ba59eaa1f382b406ab5f13ab4058f36f8d17d0305c:9:8 | 9 | getAccount(to).getCapability(receiverPath)!.borrow<&{FungibleToken.Vault}>()!.deposit(from: <-self.vault) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^