Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 853 Bytes

PublicKeyInformation.md

File metadata and controls

25 lines (12 loc) · 853 Bytes

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')

  • EcdsaSecp256R1 (value: 'MPC_ECDSA_SECP256R1')

  • EddsaEd25519 (value: 'MPC_EDDSA_ED25519')

[Back to top] [Back to API list] [Back to Model list] [Back to README]