# PublicKeyInformation ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| |**algorithm** | **string** | Elliptic Curve | [optional] [default to undefined]| |**derivationPath** | **Array<number>** | BIP44 derivation path | [optional] [default to undefined]| |**publicKey** | **string** | Compressed/Uncompressed public key value in hex representation | [optional] [default to undefined]| ## Enum: PublicKeyInformationAlgorithmEnum * `EcdsaSecp256K1` (value: `'MPC_ECDSA_SECP256K1'`) * `EddsaEd25519` (value: `'MPC_EDDSA_ED25519'`) [[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)