confluxSignTransaction
Use requirement
Firmware version required
Touch: 3.0.0
Classic/Mini: 2.4.0
Conflux: Sign transaction
Asks device to sign given transaction. User is asked to confirm all transaction details on OneKey.
Params
path
— requiredstring | Array<number>
minimum length is3
. read moretransaction
- requiredConfluxTransaction
typeto
- requiredstring
of address hex stringvalue
- requiredstring
of amount convert to BigInt hex stringgasLimit
- requiredstring
of gas limit convert to BigInt hex stringgasPrice
- requiredstring
of gas price convert to BigInt hex stringnonce
- requiredstring
of nonce convert to BigInt hex stringepochHeight
- requiredstring
of epoch height convert to BigInt hex stringstorageLimit
- requiredstring
of storage limit convert to BigInt hex stringchainId
- requirednumber
of the id of the chaindata
- optionalstring
of hex data
Example
Result
Error
Last updated