suiSignTransaction
Sui: Sign transaction
Asks device to sign given transaction using the private key derived by given BIP32 path. User is asked to confirm all transaction details on OneKey.
Params
path
— requiredstring | Array<number>
minimum length is3
. read morerawTx
- requiredstring
type of serialized transaction string.
rawTx Size limit
Classic、Mini Firmware version is less than 3.6.0, and the data size is greater than 4KB.
Classic、Mini Firmware version is greater than or equal to 3.6.0 and the data size is greater than 6KB.
Examples
Result
Error
Last updated