Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 658 Bytes

File metadata and controls

25 lines (13 loc) · 658 Bytes

PublicKeyInformation

Properties

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]

Enum: AlgorithmEnum

Name Value
MPC_ECDSA_SECP256_K1 "MPC_ECDSA_SECP256K1"
MPC_ECDSA_SECP256_R1 "MPC_ECDSA_SECP256R1"
MPC_EDDSA_ED25519 "MPC_EDDSA_ED25519"