Sign and Send Transaction
Send a token to wallet address.
Last updated
Send a token to wallet address.
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.

Note: The hash will be available only if the transaction was successfully sent.
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 here. Look for the workflow folder Send Transaction
Last updated