Description - Transfer Ether from one Ethereum account to another
Runtime Class - com.ibi.agents.XDEthereumTransferAgent
Configuration
This action requires a Generics Configuration as well as the following required parameters.
Parameter Groups
| |
Parameter |
Type |
Description |
| * |
Wallet: |
string |
Destination account where the funds will be deposited |
| * |
Amount: |
string |
The amount of Ether (in wei) you wish to send to deposit to the specified wallet. |
* - denotes required
| |
Parameter |
Type |
Description |
| |
Gas Price: |
string |
Gas price in wei |
| |
Gas Limit: |
string |
Maximum amount of gas that can be spent |
* - denotes required
| |
Parameter |
Type |
Description |
| |
Sleep Duration: |
integer |
Time in milli-seconds between attempts to get the transaction receipt |
| |
Number of Attempts: |
integer |
Number of attempts to get the transaction receipt |
* - denotes required
| |
Parameter |
Type |
Description |
| |
Return: |
string |
Determines what will be the contents of the output document.
Select from one of the following options:
- Input Document {input}
- TransactionReceipt as parsed XML {xml}
- TransactionReceipt as parsed JSON {json}
|
* - denotes required
Output Events
| Name |
Description |
| onFailParse |
Could not parse a document. |
| FailTimeout |
The operation timed out. |
| onFailOperation |
Could not perform the operation requested. |