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