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