Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction invocation failed when executing transaction: [Error Code: 1101] cadence runtime error: Execution failed:
error: cannot find type in this scope: `FungibleToken`
--> c8451a95f9f249d749487eebf89c8130edabd8fb25ff6a869386d1db9fe51602:8:29
|
8 | signer.link<&ceBNB.Vault{FungibleToken.Balance}>(/public/ceBNBBalance, target: /storage/ceBNBVault)
| ^^^^^^^^^^^^^ not found in this scope
error: cannot find type in this scope: `FungibleToken`
--> c8451a95f9f249d749487eebf89c8130edabd8fb25ff6a869386d1db9fe51602:10:29
|
10 | signer.link<&ceBNB.Vault{FungibleToken.Receiver}>(/public/ceBNBReceiver, target: /storage/ceBNBVault)
| ^^^^^^^^^^^^^ not found in this scope
error: cannot find type in this scope: `FungibleToken`
--> c8451a95f9f249d749487eebf89c8130edabd8fb25ff6a869386d1db9fe51602:13:31
|
13 | signer.link<&MyToken.Vault{FungibleToken.Balance}>(/public/mytokenBalance, target: /storage/mytokenVault)
| ^^^^^^^^^^^^^ not found in this scope
error: cannot find type in this scope: `FungibleToken`
--> c8451a95f9f249d749487eebf89c8130edabd8fb25ff6a869386d1db9fe51602:15:31
|
15 | signer.link<&MyToken.Vault{FungibleToken.Receiver}>(/public/mytokenReceiver, target: /storage/mytokenVault)
| ^^^^^^^^^^^^^ not found in this scope