Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction preprocess failed: [Error Code: 1101] cadence runtime error: Execution failed:
error: too few arguments
--> 8618c339726acb4046e56a582edb4200d3b285e176d6a65d564b318655ef85b1:12:45
|
12 | let pubkey = PublicKey(
13 | publicKey: key.decodeHex()
14 | //signatureAlgorithm: SignatureAlgorithm.ECDSA_P256
15 | )
| ^^^^^^^^^^^^^^^^^^^^^^^^ expected at least 2, got 1
error: too few arguments
--> 8618c339726acb4046e56a582edb4200d3b285e176d6a65d564b318655ef85b1:17:32
|
17 | account.keys.add(
18 | publicKey: pubkey
19 | //hashAlgorithm: HashAlgorithm.SHA3_256,
20 | // weight: 1000.0
21 | )
| ^ expected at least 3, got 1