[Error Code: 1101] error caused by: 1 error occurred: * transaction preprocess failed: [Error Code: 1101] cadence runtime error: Execution failed: error: cannot find type in this scope: `ExampleToken` --> f2c96e673ff3e23532e747c6a2b73d608f07a62595b1ac12da582143794c8d08:20:75 | 20 | let vaultRef = signer.storage.borrow<auth(FungibleToken.Withdraw) &ExampleToken.Vault>(from: self.vaultData.storagePath) | ^^^^^^^^^^^^ not found in this scope error: cannot infer type parameter: `T` --> f2c96e673ff3e23532e747c6a2b73d608f07a62595b1ac12da582143794c8d08:20:23 | 20 | let vaultRef = signer.storage.borrow<auth(FungibleToken.Withdraw) &ExampleToken.Vault>(from: self.vaultData.storagePath) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Loading...
Happy diving into the flow Remember to upgrade your contracts to 1.0!