Create an unsigned transaction
These methods allow you to build a transaction that requires further processing before it is submitted to a Hedera network. After you freeze the transaction you can use .sign(privateKey)
to sign the transaction with multiple keys or convert the transaction to bytes for further processing.
Method | Type | Description |
| Freeze this transaction from further modification to prepare for signing or serialization. You will need to set the node account ID ( | |
| Client | Freeze this transaction from further modification to prepare for signing or serialization. Will use the 'Client', if available, to generate a default Transaction ID and select 1/3 nodes to prepare this transaction for. |
| Freeze the transaction with a local wallet. Local wallet available in Hedera JavaScript SDK only. >= |
Sample Output
Last updated