Klaytn
Sign Transaction
The D'CENT Web SDK provides functions for signing transaction of coins.
getKlaytnSignedTransaction()
For broadcast the sign value, you must encoding the parameter values using RLP. Klaytn provides 'caver-js' library. You can make raw transaction for broadcasting using 'caver-js'. (https://docs.klaytn.com/bapp/sdk/caver-js/api-references)
Supported Coin Type
KLAYTN
KLAYTN_KCT
Parameters
coinType
nonce
gasPrice
gasLimit
to (address)
value
data
key path for signing
chain ID
Transaction type
from (address)
fee ratio
contract information example :
Returned response object:
Last updated