| Name | Type | Description | Notes |
|---|---|---|---|
| algorithm | AlgorithmEnum | Elliptic Curve | [optional] |
| derivationPath | List<Integer> | BIP44 derivation path | [optional] |
| publicKey | String | Compressed/Uncompressed public key value in hex representation | [optional] |
| Name | Value |
|---|---|
| MPC_ECDSA_SECP256_K1 | "MPC_ECDSA_SECP256K1" |
| MPC_ECDSA_SECP256_R1 | "MPC_ECDSA_SECP256R1" |
| MPC_EDDSA_ED25519 | "MPC_EDDSA_ED25519" |