CODE_ERROR
There is an error in the cadence code of this transaction.
[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: `signer` --> e8fe92f45f2dc2752738a6ed439ee2488c81cd49bbe2c297633e3ae163eb82ff:27:8 | 27 | signer.save(<- Unleash.createEmptyCollection(), to: inboxCollectionStoragePath) | ^^^^^^ not found in this scope error: cannot find variable in this scope: `signer` --> e8fe92f45f2dc2752738a6ed439ee2488c81cd49bbe2c297633e3ae163eb82ff:28:35 | 28 | let collectionCapability = signer.link<&Unleash.Collection>( | ^^^^^^ not found in this scope error: cannot find variable in this scope: `signer` --> e8fe92f45f2dc2752738a6ed439ee2488c81cd49bbe2c297633e3ae163eb82ff:33:8 | 33 | signer.inbox.publish(collectionCapability, name: inboxName, recipient: recipient) | ^^^^^^ not found in this scope