Sends a single transaction. The user’s smart account is the sender. Gas is sponsored on Soneium Mainnet and Minato, the user pays nothing.Documentation Index
Fetch the complete documentation index at: https://docs.startale.com/llms.txt
Use this file to discover all available pages before exploring further.
Request
Parameters
Recipient address.
Hex-encoded value in wei. Defaults to
0x0.Hex-encoded calldata. Defaults to
0x.Ignored. The smart-account address is used regardless.
Returns
0x${string}, the transaction hash.
Errors
| Code | Cause |
|---|---|
4001 | User rejected the transaction |
4100 | Wallet not connected |
4902 | Active chain not in appChainIds |
Notes
- The
fromfield is rewritten to the smart-account address by the wallet popup. Any value supplied by the caller is ignored. - Gas is sponsored by the Startale paymaster automatically.
Related
wallet_sendCalls, atomic batched calls.- Send transactions