| Name | Type | Description | Notes |
|---|---|---|---|
| ecdsa | str | Elliptic Curve Digital messageHash encoded as a base64 string | [optional] |
| schnorr | str | Schnorr signature of the messageHash encoded as a base64 string, Note from libauth: Nonces are generated using RFC6979, where the Section 3.6, 16-byte ASCII "additional data" is set to Schnorr+SHA256, see https://libauth.org/interfaces/secp256k1.html#signmessagehashschnorr | [optional] |
| der | str | Signature of messageHash using DER (Distinguished Encoding Rules) | [optional] |