Whoops! 😨 Something unexpected happened...
[Error Code: 1101] cadence runtime error Execution failed:
error: cannot find variable in this scope: `recipient`
--> dc110d567ad188fff3af229b08df8a861377bb1fa2769846528bcea8b9b6128e:41:48
|
41 | var storageUsed = returnFlowFromStorage(recipient.storageUsed)
| ^^^^^^^^^ not found in this scope
error: cannot find variable in this scope: `recipient`
--> dc110d567ad188fff3af229b08df8a861377bb1fa2769846528bcea8b9b6128e:42:49
|
42 | var storageTotal = returnFlowFromStorage(recipient.storageCapacity)
| ^^^^^^^^^ not found in this scope
error: cannot find variable in this scope: `recipient`
--> dc110d567ad188fff3af229b08df8a861377bb1fa2769846528bcea8b9b6128e:51:27
|
51 | let receiver = recipient.getCapability(/public/flowTokenReceiver)
| ^^^^^^^^^ not found in this scope