Ethereum
Sign a transaction
Use the signTransaction
method on the Ethereum client to sign a transaction with an Ethereum wallet.
Usage
Parameters
The ID of the wallet to sign the transaction with.
The transaction to sign.
Returns
The signed transaction.
The encoding format for the returned signedTransaction
. Currently, only 'rlp'
is supported for Ethereum.
Was this page helpful?