aptosSignMessage
Use requirement
Firmware version required
Touch: 3.0.0
Classic/Mini: 2.6.0
Aptos: 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 morepayload
-AptosMessagePayload
typeaddress
- optionalstring
of path Derived addresschainId
- optionalstring
of the id of the chainapplication
- optionalstring
of DApp web site urlnonce
- requiredstring
of random numbermessage
- requiredstring
message to sign text
Example
Result
Error
Last updated