[Error Code: 1101] error caused by: 1 error occurred: * transaction preprocess failed: [Error Code: 1101] cadence runtime error: Execution failed: error: cannot find declaration `Domains` in `b05b2abb42335e88.Domains` --> c5a4aba133878f039c194e84548650c54c3dfc032f3cde0bcf0f67303fcc899e:2:7 | 2 | import Domains from 0xb05b2abb42335e88 | ^^^^^^^ available exported declarations are: error: cannot find declaration `Player` in `9e6cdb88e34fa1f3.Player` --> c5a4aba133878f039c194e84548650c54c3dfc032f3cde0bcf0f67303fcc899e:3:7 | 3 | import Player from 0x9e6cdb88e34fa1f3 | ^^^^^^ available exported declarations are: error: cannot find type in this scope: `AuthAccount` --> c5a4aba133878f039c194e84548650c54c3dfc032f3cde0bcf0f67303fcc899e:11:16 | 11 | prepare(signer: AuthAccount) { | ^^^^^^^^^^^ not found in this scope error: value of type `&Account` has no member `getCapability` --> c5a4aba133878f039c194e84548650c54c3dfc032f3cde0bcf0f67303fcc899e:26:5 | 26 | .getCapability(/public/PlayerCollection) | ^^^^^^^^^^^^^ unknown member error: value of type `&Account` has no member `getCapability` --> c5a4aba133878f039c194e84548650c54c3dfc032f3cde0bcf0f67303fcc899e:30:34 | 30 | let collectionCap = recipient.getCapability<&{Domains.CollectionPublic}>(Domains.CollectionPublicPath) | ^^^^^^^^^^^^^ unknown member error: ambiguous intersection type --> c5a4aba133878f039c194e84548650c54c3dfc032f3cde0bcf0f67303fcc899e:32:24 | 32 | var defaultDomain: &{Domains.DomainPublic}? = nil | ^^^^^^^^^^^^^^^^^^^^^^
Loading...
Loading...
Happy diving into the flow Remember to upgrade your contracts to 1.0!