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