GasFeeTaker

Description

Helper action to take gas fee from the user's wallet and send it to the fee recipient.

Notes

If divider is lower the fee is greater, should be max 5 bps

Action ID

0x4571b8b3

SDK Action

const gasFeeTakerAction = new dfs.actions.basic.GasFeeAction(
    gasStart,
    feeToken,
    availableAmount,
    dfsFeeDivider
);

Action Type

FEE_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?