[Error Code: 1101] error caused by: 1 error occurred:
* transaction preprocess failed: [Error Code: 1101] cadence runtime error: Execution failed:
error: cannot find variable in this scope: `acct`
--> 858cb162323c3fe820e9976ccd7c6801c774a4aeb1666b0b1cc46f2c891a5ea1:30:18
|
30 | let cap = acct.capabilities.storage.issue<&ExampleToken.Vault>(vaultData.storagePath)
| ^^^^ not found in this scope
error: cannot find variable in this scope: `acct`
--> 858cb162323c3fe820e9976ccd7c6801c774a4aeb1666b0b1cc46f2c891a5ea1:32:8
|
32 | acct.capabilities.storage.getController(byCapabilityID: cap.id)!.delete()
| ^^^^ not found in this scope