btcSignMessage
Last updated
Was this helpful?
Last updated
Was this helpful?
Asks device to sign a message using the private key derived by given BIP32 path.
path
— required string | Array<number>
minimum length is 3
.
messageHex
- required string
message from hex
coin
- optional string
Determines network definition specified in coins.json file. Coin shortcut
, name
or label
can be used. If coin
is not set API will try to get network definition from path
.
noScriptType
- optional boolean
For signatures without script types.
Error