exitFeeAmount method

C exitFeeAmount(
  1. double fee
)

Implementation

C exitFeeAmount(double fee) {
  patchState(MatexBaseCoreState(exitFeeAmount: sanitizeDouble(fee)));

  return resetStateProperties([
    MatexCoreStateProperty.exitFeeAmountPerUnit,
    MatexCoreStateProperty.exitFeePercentage,
    MatexCoreStateProperty.exitFeePercentagePerUnit,
  ]);
}