EcdsaSignConfig
EcdsaSignConfig:
object
Config object for ECDSA sign.
Type declaration
derivationPath?
optional
derivationPath:string
The BIP-32 non-hardened derivation path to use for signing msgHash. Defaults to 'm'
keyshare
keyshare:
Keyshare
The Ecdsa keyshare object to sign the message hash.
messageHash
messageHash:
string
The hex encoded message hash to sign.