Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 868 Bytes

SignedMessage.md

File metadata and controls

25 lines (13 loc) · 868 Bytes

SignedMessage

Properties

Name Type Description Notes
content string [optional] [default to undefined]
algorithm string [optional] [default to undefined]
derivationPath Array<number> [optional] [default to undefined]
signature SignedMessageSignature [optional] [default to undefined]
publicKey string [optional] [default to undefined]

Enum: SignedMessageAlgorithmEnum

  • EcdsaSecp256K1 (value: 'MPC_ECDSA_SECP256K1')

  • EddsaEd25519 (value: 'MPC_EDDSA_ED25519')

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