cardanoSignMessage
Last updated
Was this helpful?
Last updated
Was this helpful?
Firmware version required
Touch: 4.1.0
Classic/Mini: 3.0.0
Asks device to sign a message using the private key derived by given BIP32 path.
path
— required string | Array<number>
minimum length is 3
. read more
message
- required string
message to sign in hex text
networkId
- required Integer
1 for Mainnet, 0 for Testnet
derivationType
— optional CardanoDerivationType
enum. determines used derivation type. Default is set to ICARUS=1
Result
Error