klay_sendTransaction
Constructs a transaction with given parameters, signs the transaction with a sender's private key and propagates the transaction to Klaytn network.
Parameters
The required parameters depend on the transaction type. Check the proper parameters in Klaytn Docs.
Return Value
Type
Description
32-byte DATA
The transaction hash
Example
Last updated