Ethereum
Send a transaction
To send a transaction from a wallet using the React SDK, use the sendTransaction
method from the useSendTransaction
hook:
Usage
Parameters
The details of the transaction to send on the chain.
The options for the UI of the send transaction modal. Learn more.
The configuration for funding the wallet.
The address of the wallet to use for sending the transaction.
Returns
The hash for the broadcasted transaction.
Was this page helpful?