sendTransaction
Sends a transaction using the provided client, arguments, optional overrides, and context. This sends a UO and then waits for it to be mined
Import
Usage
Parameters
client_
Client<Transport, TChain, TAccount>
The client to send the transaction through
args
SendTransactionParameters<TChain, TAccount, TChainOverride>
The parameters required to send the transaction
overrides
UserOperationOverrides<TEntryPointVersion>
Optional overrides for the user operation
context
UserOperationContext
Optional context for the user operation
Returns
Promise<Hex>
A promise that resolves to a hex string representing the transaction hash