For the complete documentation index, see llms.txt. This page is also available as Markdown.

SendTokens

Description

Helper action to send tokens to the specified addresses

Notes

Sends tokens to the specified addresses, works with Eth also

Action ID

0xa87d9d0e

SDK Action

const sendTokensAction = new dfs.actions.basic.SendTokensAction(
    tokens,
    receivers,
    amounts
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated