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