GasFeeTaker
Last updated
/// @param gasUsed Gas used by the transaction
/// @param feeToken Address of the token to send
/// @param availableAmount Amount of tokens available to send
/// @param dfsFeeDivider Divider for the DFS fee
struct GasFeeTakerParams {
uint256 gasUsed;
address feeToken;
uint256 availableAmount;
uint256 dfsFeeDivider;
}return bytes32(amountLeft);