[Error Code: 1101] error caused by: 1 error occurred: * transaction preprocess failed: [Error Code: 1101] cadence runtime error: Execution failed: error: mismatched types --> 7db46a8fb89a0d7da55f9e6c80ae6c252ac38b48e96e8ea497b7860442307506:4:31 | 4 | account_00.keys.add(publicKey: "f847b8404b613fb6f2ab49a84374de96ec7fe239842bdb3b0e50d4672bd0dda6de7444f2fc169d16cedeaee45ae4f081c4193ff212f0e253c551cb4364aad6d24e0d8d2503018203e8".decodeHex(), hashAlgorithm: HashAlgorithm(rawValue: 1), weight: 1000.0) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `PublicKey`, got `[UInt8]` error: mismatched types --> 7db46a8fb89a0d7da55f9e6c80ae6c252ac38b48e96e8ea497b7860442307506:4:208 | 4 | account_00.keys.add(publicKey: "f847b8404b613fb6f2ab49a84374de96ec7fe239842bdb3b0e50d4672bd0dda6de7444f2fc169d16cedeaee45ae4f081c4193ff212f0e253c551cb4364aad6d24e0d8d2503018203e8".decodeHex(), hashAlgorithm: HashAlgorithm(rawValue: 1), weight: 1000.0) | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `HashAlgorithm`, got `HashAlgorithm?`
Happy diving into the flow Remember to upgrade your contracts to 1.0!