These docs are for v1.3.2. Click to read the latest docs for v1.6.

SEND_INLINE_ACTION

Send inline action.

A macro that simplifies the constructing and sending of an action. Best used to send an action to another contract.

Parameters

  • CONTRACT - The account this action is intended for
  • NAME - The name of the action
  • ... - The member of the action specified as ("action_member1_name", action_member1_value)("action_member2_name", action_member2_value)