Sign and Send Transaction
Send a token to wallet address.
Setup
To run this action, you need to provide the wallet address that will receive the tokens and the amount to send.
Events
Transaction Sent
This event will be triggered when the transaction will be successfully sent, and the transaction hash is available.
User canceled Sending Transaction
If the user rejects a transaction sending, this event will be triggered.
Not enough balance
If the balance to send is lower than the amount to send, the transaction will be canceled and this event will trigger.
States
Transaction hash
Transaction status
Here you will see at was stage is the current transaction, for example: Broadcast, Sent etc. Useful to inform the user.
Demo
Find an example in the demo app editor here. Look for the workflow folder Send Transaction
Last updated
Was this helpful?