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