btcSignMessage
Bitcoin: sign message
Asks device to sign a message using the private key derived by given BIP32 path.
Params
path
— requiredstring | Array<number>
minimum length is3
. read moremessageHex
- requiredstring
message from hexcoin
- optionalstring
Determines network definition specified in coins.json file. Coinshortcut
,name
orlabel
can be used. Ifcoin
is not set API will try to get network definition frompath
.noScriptType
- optionalboolean
For signatures without script types.
Example
Result
Error
Last updated