send_transaction
Transfer native tokens or ERC20 tokens to a specified address on the Rootstock blockchain. Define recipient, amount, and optional gas parameters for secure and efficient transactions.
Instructions
Send native tokens or ERC20 tokens to another address
Input Schema
Name | Required | Description | Default |
---|---|---|---|
amount | Yes | Amount to send (in token units, not wei) | |
gasLimit | No | Optional gas limit | |
gasPrice | No | Optional gas price | |
to | Yes | Recipient address | |
tokenAddress | No | Optional ERC20 token contract address (for token transfers) |